Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : FileIO Object
FileIO Object Members
Public Properties
Indicates the buffer size used with the Read Block File I/O command.
Indicates the buffer size used with the Read Block File I/O command.
Indicates whether or not a file copy operation should fail or not if the destination file already exists.
Value of ENUM_FILE_IO_TYPES enumeration type which specifies the type of File I/O operation the object will perform.

Represents the file name to be used in the File I/O operation. This parameter is used with the File Open, File Copy, File Move, File Delete, and File Exists File I/O types.

Represents the second filename to be used in the File I/O operation. This parameter is used as the destination file in the File Copy and File Move File I/O commands.
Value of ENUM_FILE_OPEN_TYPES enumeration type which specifies the file open mode used in opening a file.
Represents the file pointer Id to be used in the File I/O operation. The file pointer ID is established and linked to a specific file in the File Open command.
Represents the name of the variable to be used to hold the results of the File I/O operation of the File I/O command.
See Also