Difference between revisions of "ExtensionsPlus.File"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''File''' Extension}}Category:OTX-ExtensionCategory:File __TOC__ == Classification == {{ClassificationExtension | File | File handling extension |...") |
|||
Line 20: | Line 20: | ||
{{TableRowKeyValueList|[[DeleteFile]]|}} | {{TableRowKeyValueList|[[DeleteFile]]|}} | ||
− | {{TableRowCatagory| | + | {{TableRowCatagory|Directory handling related actions}} |
{{TableRowKeyValueList|[[CreateDirectory]]|}} | {{TableRowKeyValueList|[[CreateDirectory]]|}} | ||
{{TableRowKeyValueList|[[DeleteDirectory]]|}} | {{TableRowKeyValueList|[[DeleteDirectory]]|}} | ||
Line 40: | Line 40: | ||
{{TableRowKeyValueList|[[FileExists]]|}} | {{TableRowKeyValueList|[[FileExists]]|}} | ||
− | {{TableRowCatagory| | + | {{TableRowCatagory|Directory handling related terms}} |
{{TableRowKeyValueList|[[GetFilesFromDirectory]]|}} | {{TableRowKeyValueList|[[GetFilesFromDirectory]]|}} | ||
{{TableRowKeyValueList|[[GetCurrentDirectory]]|}} | {{TableRowKeyValueList|[[GetCurrentDirectory]]|}} |
Revision as of 07:59, 15 August 2014
Classification
Name | File |
Short Description | File handling extension |
Class | OTX Extension |
Base Extension | - |
Pre-Conditions | - |
Specified by | ISO 13209-3 |
Introduction
The purpose of the OTX File extension is to provide common methods to handle a single file or a directory containing files such as methods of opening, creation, modifying, copying, deletion and moving ect.
Actions
File handling related actions | |
WriteFile | |
WriteLine | |
WriteBytes | |
SaveFile | |
CloseFile | |
Copy | |
Move | |
DeleteFile | |
Directory handling related actions | |
CreateDirectory | |
DeleteDirectory | |
SetCurrentDirectory |
Terms
FileHandle terms | |
OpenFile | |
File handling related terms | |
ReadFile | |
ReadLine | |
ReadBytes | |
EndOfFileReached | |
FileExists | |
Directory handling related terms | |
GetFilesFromDirectory | |
GetCurrentDirectory |
DataTypes
FileHandle | |
FileMode |
Exceptions
FileException | |
FileNotFoundException | |
FileSaveException | |
FileFormatException | |
FileOpenException |