Describes the file type of a file. The file type is an optional parameter for the
FileOpen and
IniFileOpen functions.
4Test defines this enumerated data type as follows:
[-] type FILETYPE is enum
[ ] FT_ANSI
[ ] FT_UNICODE
[ ] FT_UTF8
Each field is defined as follows:
FT_ANSI
|
Creates a new file in ANSI format.
|
FT_UNICODE
|
Creates a new file in UNICODE format.
|
FT_UTF8
|
Creates a new file in UTF-8 format.
|