|
|
ediFileSystem |
The ediFileSystem object allows system wide file processing.
Methods:
- CopyFile - Copies a file to a target
location.
- CreateTempFile -
Creates a temporary file.
- DecodeFile - Decodes the contents of
a file to a target file.
- DeleteFile - Deletes an existing
file.
- EncodeFile - Encodes the contents of
a file to a target file.
- GetDirectory - Gets a
list of files and folders in a specified path.
- GetDirRecursive - Gets a list of all underlying files and folders in a specified path.
- GetDocumentType - Indicates what type of document a given file is formatted in.
- GetFile - Gets an object
to an existing file.
- IsFileExists -
Determines if an external file exists.
- NotifyDirectoryChange -
Monitors changes in a directory.
- UnzipFile - Decompresses the contents of a file to a target
file.
- ZipFile - Compresses the contents of
a file to a target file.