Procedures, 23
| Name | Parameters | Returns | Access | Versions | Obsolete |
|---|---|---|---|---|---|
| Initialize | (Enum File Scenario) | public | 26-28 | - | |
| Initialize | (Record File Account) | public | 26-28 | - | |
| ListFiles | (Text, Codeunit File Pagination Data, var Record File Account Content) | public | 26-28 | - | |
| GetFile | (Text, InStream) | Boolean | public | 26-28 | - |
| CreateFile | (Text, InStream) | Boolean | public | 26-28 | - |
| CopyFile | (Text, Text) | Boolean | public | 26-28 | - |
| MoveFile | (Text, Text) | Boolean | public | 26-28 | - |
| FileExists | (Text) | Boolean | public | 26-28 | - |
| DeleteFile | (Text) | Boolean | public | 26-28 | - |
| ListDirectories | (Text, Codeunit File Pagination Data, var Record File Account Content) | Boolean | public | 26-28 | - |
| CreateDirectory | (Text) | Boolean | public | 26-28 | - |
| DirectoryExists | (Text) | Boolean | public | 26-28 | - |
| DeleteDirectory | (Text) | Boolean | public | 26-28 | - |
| CombinePath | (Text, Text) | Text | public | 26-28 | - |
| GetParentPath | (Text) | Text | public | 26-28 | - |
| SelectAndGetFolderPath | (Text) | Text | public | 26-28 | - |
| SelectAndGetFolderPath | (Text, Text) | Text | public | 26-28 | - |
| SelectAndGetFilePath | (Text, Text) | Text | public | 26-28 | - |
| SelectAndGetFilePath | (Text, Text, Text) | Text | public | 26-28 | - |
| SaveFile | (Text, Text) | Text | public | 26-28 | - |
| SaveFile | (Text, Text, Text) | Text | public | 26-28 | - |
| SaveFile | (Text, Text, Text, Text) | Text | public | 26-28 | - |
| BrowseAccount | () | public | 26-28 | - |