Difference between revisions of "ExtensionsPlus.File"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''File''' Extension}}Category:OTX-ExtensionCategory:File __TOC__ == Classification == {{ClassificationExtension | File | File handling extension |...")
(No difference)

Revision as of 07:42, 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
6.3Directory handling related actions
CreateDirectory
DeleteDirectory
SetCurrentDirectory

Terms

FileHandle terms
OpenFile
File handling related terms
ReadFile
ReadLine
ReadBytes
EndOfFileReached
FileExists
7.5Directory handling related terms
GetFilesFromDirectory
GetCurrentDirectory

DataTypes

FileHandle
FileMode

Exceptions

FileException
FileNotFoundException
FileSaveException
FileFormatException
FileOpenException