Intel® Fortran Compiler 17.0 Developer Guide and Reference
Portability Function: Deletes a specified directory.
USE IFPORT
result = DELDIRQQ (dir)
dir |
(Input) Character*(*). String containing the path of the directory to be deleted. |
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.
See the example for GETDRIVEDIRQQ.