|
 |
| ediFile |
The ediFile object contains information of a single file or folder.
Methods:
- DecodeToFile -
Decodes the contents of the file to a target file.
- EncodeToFile -
Encodes the contents of the file to a target file.
- GetStringContent -
Returns the contents of the file.
- UnzipToFile -
Decompresses the contents of the file to a target file.
- ZipToFile - Compresses
the contents of the file to a target file.
Properties
- AltFullPathName - Gets
the alternate name of the file or folder.
- CreationTime - Returns the
time the file was first created.
- Filename - Returns the name
of the file or folder (without the path).
- FileSize - Returns the size of
the file or folder in bytes.
- FullPathName - Gets the
full path location and name of file or folder.
- Image - Gets the picture object of
an image file.
- IsAscX12 - Indicates if the
file is an ASC/X12 EDI document.
- IsFolder - Indicates
if the object pertains to a folder.
- IsInternetMail - Indicates if the file is an Internet Mail document.
- IsReadOnly - Indicates if the file or folder is read-only.
- IsUnEdifact - Indicates if the file is an UN/EDIFACT EDI document.
- IsXml - Indicates if the file is an XML file.
- LastAccessTime - Returns the
time the file was last accessed.
- LastWriteTime - Returns the
time the file was last written to.
- Path - Returns the path where the
file is located.