FIO_RemoveDir
%FIO_RemoveDir function
Function
The function removes the specified directory.
Declaration
BOOL %FIO_RemoveDir(
TEXT in dirName,
BOOL in bRecursive
)
Parameters
dirName | Name of the directory to delete. |
bRecursive | If the directory is not empty, then:
|
Return value
@TRUE - directory deleted, @FALSE - cannot delete the directory.
Related pages: