| CFLAdjustName(text): text[255] |
|
| CFLCheckFileShareName(text[255]) |
Procedure to check if name is valid for a share in Azure File Storage |
| CFLCheckName(text; boolean): boolean |
Procedure to check if name is valid for Azure File Storage |
| CFLGetBaseUrl(Text): text |
Procedure to get the base url for Azure File Storage |
| CFLGetBaseUrlWithShare(Text; text[255]): text |
Procedure to get the base url with Share for Azure File Storage |
| CFLGetVersion(): text |
Procedure to get the version for Azure File Storage |
| CFLSplitPath(Text; Text; Text) |
Procedure to split off the last part (filename or foldername) from a path string |
| CFLUpdatePath(text) |
Procedure to update the path |