Codeunit 18122344 EOS004 Null FS
Codeunit 18122344 EOS004 Null FS
Methods
UploadFile
procedure UploadFile(path: Text; var TempBlob: codeunit "Temp Blob")
Parameters / Return Value
path
Text[]
TempBlob
codeunit "Temp Blob"
FileExists
procedure FileExists(path: Text; var Exists: Boolean)
Parameters / Return Value
path
Text[]
Exists
Boolean
FolderExists
procedure FolderExists(path: Text; var Exists: Boolean)
Parameters / Return Value
path
Text[]
Exists
Boolean
ReadFile
procedure ReadFile(path: Text; var TempBlob: Codeunit "Temp Blob")
Parameters / Return Value
path
Text[]
TempBlob
Codeunit "Temp Blob"
DeleteFile
procedure DeleteFile(path: Text)
Parameters / Return Value
- path
Text[]
RenameFile
procedure RenameFile(oldPath: Text; newPath: Text)
Parameters / Return Value
oldPath
Text[]
newPath
Text[]
CopyFile
procedure CopyFile(fromPath: Text; toPath: Text)
Parameters / Return Value
fromPath
Text[]
toPath
Text[]
MoveFile
procedure MoveFile(fromPath: Text; toPath: Text)
Parameters / Return Value
fromPath
Text[]
toPath
Text[]
GetFiles
procedure GetFiles(path: Text; var Result: JsonArray)
Parameters / Return Value
path
Text[]
Result
JsonArray
CreateFolder
procedure CreateFolder(path: Text)
Parameters / Return Value
- path
Text[]
DeleteFolder
procedure DeleteFolder(path: Text; force: Boolean)
Parameters / Return Value
path
Text[]
force
Boolean
MoveFolder
procedure MoveFolder(fromPath: Text; toPath: Text)
Parameters / Return Value
fromPath
Text[]
toPath
Text[]
ReadFile
procedure ReadFile(path: Text; var result: InStream)
Parameters / Return Value
path
Text[]
result
InStream
GetFileAttributes
procedure GetFileAttributes(path: Text; var Result: JsonObject)
Parameters / Return Value
path
Text[]
Result
JsonObject
GetFiles
procedure GetFiles(path: Text; var TempEntries: Record "EOS004 AzFS Entry")
Parameters / Return Value
path
Text[]
TempEntries
Record "EOS004 AzFS Entry"
GetFileAttributes
procedure GetFileAttributes(path: Text; var Result: Dictionary of [Text, Text])
Parameters / Return Value
path
Text[]
Result
Dictionary[Text,Text]
Initialize
procedure Initialize(Config: Record "EOS004 Service Config.")
Parameters / Return Value
- Config
Record "EOS004 Service Config."
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
EOS Labs -