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

Create a directory on the server

  • SERVER_IN Char Server on which to create the directory
  • PATH_IN Clbfile Full path or volume to the directory to create
Return Tinyint 1 if yes and 0 if no
Example

func X3.EN_FILE_CREATE_DIRECTORY("", filpath("tmp\subdir\subsubdir","",""))
Create in the local directory the subdir and subsubdir if not existing