<File> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » File

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32BinaryGets the value of the IM_Binary enumeration member. Refers to the IO_Mode enumeration.
int32CloseCloses access to the file.
int32ClosedGets the value of the IM_Closed enumeration member. Refers to the IO_Mode enumeration.
int32CreateDirectoryCreates the specified directory.
int32CreateFileCreates a new file at the specified location.
int32FileExistsReturns true if the specified file exists.
uint64GetHandleReturns the file handle.
int32InGets the value of the ID_In enumeration member. Refers to the IO_Direction enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32InOutGets the value of the ID_InOut enumeration member. Refers to the IO_Direction enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32OpenOpens the file using the specified mode and direction.
int32OpenBinaryForReadOpens the file in binary mode for reading.
int32OpenBinaryForReadWriteOpens the file in binary mode for reading and writing.
int32OpenBinaryForWriteOpens the file in binary mode for read and write.
int32OpenTextDataForReadOpens the file in text data mode for reading.
int32OpenTextDataForReadWriteOpens the file in text data mode for reading and writing.
int32OpenTextDataForWriteOpens the file in text data mode for writing.
int32OpenTextForReadOpens the file in text mode for reading.
int32OpenTextForReadWriteOpens the file in text mode for reading and writing.
int32OpenTextForWriteOpens the file in text mode for writing.
int32OutGets the value of the ID_Out enumeration member. Refers to the IO_Direction enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32ReleaseHandleReleases the file handle.
int32TextGets the value of the IM_Text enumeration member. Refers to the IO_Mode enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32TextDataGets the value of the IM_TextData enumeration member. Refers to the IO_Mode enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<FileAccess>FileAccessGets the File object's FileAccess member. The FileAccess object allows you to set access control parameters for the file.
<FileIO>FileIOGets the File object's FileIO member. The FileIO object allows you to perform low-level operations such as flush, read, and write.
stringFilenameGets or sets the File object's file name parameter. For example: C:\\MyDirectory\\MyFile.txt.