Click or drag to resize

IFile Properties

The IFile type exposes the following members.

Properties
  NameDescription
Public propertyFileEncoding
The encoding of the file (normally UTF8).
Public propertyFileExists
True if the file exists.
Public propertyFileHasUTF8BOM
True if the file has a UTF8 byte-order-mark.
Public propertyFileName
The file name.
Public propertyFileUsingTabs
True if the file is formatted using tabs, otherwise false (using spaces).
Public propertyIsNew
True if the file is newly created and hasn't been saved yet.
Top
See Also