DocsMarshal.Workflow.ActivityLibrary.IO.FileSystemv 1.0.0.0

Activities which provides methods to manage files and directory in a local file system.


DocsMarshal.Workflow.ActivityLibrary.IO.ChangeFileExtension

This activity change the extension of a local file.


DocsMarshal.Workflow.ActivityLibrary.IO.CopyFile

This activity copies a file from a local path to another.


DocsMarshal.Workflow.ActivityLibrary.IO.DeleteFile

This activity deletes a local file from the file system.


DocsMarshal.Workflow.ActivityLibrary.IO.DeleteFolder

This activity deletes a folder in a specific path.


DocsMarshal.Workflow.ActivityLibrary.IO.FileExists

This activity check if a local file exists in the file system.


DocsMarshal.Workflow.ActivityLibrary.IO.IsFileLocked

Returns as result if a file is locked or not. A file is locked if another process has already opened it.


DocsMarshal.Workflow.ActivityLibrary.IO.RenameFile

This activity rename a specific local file.


DocsMarshal.Workflow.ActivityLibrary.IO.SearchFilesInFolder

This activity returns the list of the files saved in a specific folder. It is possible also to apply some filters such as the search pattern or if to search in sub-folders or not.