File Management Functions File Management Functions

To complete the rich set of File/BLOB handling facilities on the server and on the client side. Lycia also introduces functions for the management of files and directories. You are able to find the file name from a given path and similarly you can find just the directory from a given file path. You are also able to create and remove directories and paths. File attributes and status such as open, read, write... can be queried and assigned by the application. 

You can use the following built-in functions for this purpose:  

  • fgl_basename()

  • fgl_dirname()

  • fgl_mkdir()

  • fgl_rmdir()

  • fgl_rm()

  • fgl_mk()