Choose file (For modes 2D, 3D, Console)
When this command is executed in the program, an Open file dialog appears and complete path to the selected file is returned.
Was this helpful?
Open binary file (For modes 2D, 3D, Console)
Opens the given binary file.
Was this helpful?
Create binary file (For modes 2D, 3D, Console)
Creates binary file in the given path.
Was this helpful?
Open text file (For modes 2D, 3D, Console)
Opens the given text file.
Was this helpful?
Create text file (For modes 2D, 3D, Console)
Creates text file in the given path.
Was this helpful?
Read line (For modes 2D, 3D, Console)
Reads one line from standard input or from file.
Was this helpful?
Read (For modes 2D, 3D, Console)
Reads data from file.
Was this helpful?
Write (For modes 2D, 3D, Console)
Writes given data to the file.
Was this helpful?
Save (For modes 2D, 3D, Console)
Saves previously opened file.
Was this helpful?
Close (For modes 2D, 3D, Console)
Closes object.
Was this helpful?
Move file (For modes 2D, 3D, Console)
Moves and/or renames the given file.
Was this helpful?
Copy file (For modes 2D, 3D, Console)
Copies existing file to the new one. Overwrite of existing file is not allowed.
Was this helpful?
Delete file (For modes 2D, 3D, Console)
Deletes given file. Does not throw an exception when file does not exit.
Was this helpful?
File exists (For modes 2D, 3D, Console)
Tells whether the given file exists or not.
Was this helpful?
File size (For modes 2D, 3D, Console)
Returns size of the given file.
Was this helpful?
File attributes (For modes 2D, 3D, Console)
Returns the file attributes of the given file.
Was this helpful?
Get file name (For modes 2D, 3D, Console)
Extract from given path the file name with extension.
Was this helpful?
Combine path (For modes 2D, 3D, Console)
Returns path that results from merging absolute and relative paths.
Was this helpful?
Get file name without extension (For modes 2D, 3D, Console)
Extract from given path the file name only (without extension).
Was this helpful?


Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by this form ©1978-2010 SGP Systems

Parent page | Previous page | Next page