Codeunit 18122348 EOS004 FunctionApi FS

Codeunit 18122348 EOS004 FunctionApi FS

Methods

Initialize

procedure Initialize(Config: Record "EOS004 Service Config.")

Parameters / Return Value

  • Config Record "EOS004 Service Config."

UploadFile

procedure UploadFile(path: Text; var TempBlob: codeunit "Temp Blob")

Parameters / Return Value

  • path Text

  • TempBlob codeunit "Temp Blob"


GetFileAttributes

procedure GetFileAttributes(path: Text; var Result: Dictionary of [Text, Text])

Parameters / Return Value

  • path Text

  • Result Dictionary[Text,Text]


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 TempEntry: Record "EOS004 AzFS Entry")

Parameters / Return Value

  • path Text

  • TempEntry Record "EOS004 AzFS Entry"


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



EOS Labs -