ExtensionsPlus.File

From emotive
Jump to navigation Jump to search

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