CFLSplitPath Procedure
Codeunit CFL Azure File Storage Mgt.
Procedure to split off the last part (filename or foldername) from a path string
Signature
CFLSplitPath(Path: Text; var Directory: Text; var FileOrFolderName: Text)
Codeunit CFL Azure File Storage Mgt.
Procedure to split off the last part (filename or foldername) from a path string
CFLSplitPath(Path: Text; var Directory: Text; var FileOrFolderName: Text)
Path TextDirectory TextFileOrFolderName Text