%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:
  • @TRUE - delete the directory (including its contents),
  • @FALSE - do not delete.

Return value
@TRUE - directory deleted, @FALSE - cannot delete the directory.
Napíšte komentár