Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%FIO_RemoveDir function


Function
The function removes the specified directory.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %FIO_RemoveDir(
   TEXT in dirName, 
   BOOL in bRecursive
 )
Parameters


dirName
Name
The name of the directory to delete.
bRecursiveIf 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.