IFile Properties |
The IFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileEncoding |
The encoding of the file (normally UTF8).
|
![]() | FileExists |
True if the file exists.
|
![]() | FileHasUTF8BOM |
True if the file has a UTF8 byte-order-mark.
|
![]() | FileName |
The file name.
|
![]() | FileUsingTabs |
True if the file is formatted using tabs, otherwise false (using spaces).
|
![]() | IsNew |
True if the file is newly created and hasn't been saved yet.
|