CFLFileExists Procedure

  • 2 minutes to read

Codeunit CFL Azure Share File Mgt

Procedure to check wether a file exists in Azure File Storage

Signature

CFLFileExists(AccountName: Text; AccountAccessKey: text; ShareName: text[255]; Path: text; FileName: text) : boolean

Parameters

AccountName Text

AccountAccessKey text

ShareName text[255]

Path text

FileName text

Returns

boolean