Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-50648222-C09E-40C8-A58D-5A981373C92B
Visible to Intel only — GUID: GUID-50648222-C09E-40C8-A58D-5A981373C92B
DELDIRQQ
Portability Function: Deletes a specified directory.
Module
USE IFPORT
result = DELDIRQQ (dir)
dir |
(Input) Character*(*). String containing the path of the directory to be deleted. |
Results
The result type is LOGICAL(4). The result is .TRUE. if successful; otherwise, .FALSE..
The directory to be deleted must be empty. It cannot be the current directory, the root directory, or a directory currently in use by another process.
Example
See the example for GETDRIVEDIRQQ.