func X3.EN_FILE_DEL_DIRECTORY(Char SERVER_IN, Clbfile PATH_IN) : Tinyint

Allows you to delete a directory (and its contents) on the server

  • SERVER_IN Char Server on which to delete the directory (or empty)
  • PATH_IN Clbfile Full path or volume to the directory to delete
Return Tinyint 1 si oui et 0 si non
Example

func X3.EN_FILE_DEL_DIRECTORY("", filpath("tmp\subdir","",""))
Delete the "subdir" directory in the "tmp" directory of the local folder