MTA:Eir/FileSystem/functions: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
==[[MTA:Eir/FileSystem|FileSystem]] Library | ==[[MTA:Eir/FileSystem|FileSystem]] Library Functions== | ||
*[[MTA:Eir/FileSystem/createFilesystemInterface|createFilesystemInterface]] | *[[MTA:Eir/FileSystem/createFilesystemInterface|createFilesystemInterface]] | ||
Revision as of 19:11, 1 February 2014
FileSystem Library Functions
FileSystem Namespace Functions
- createTranslator
- createRAMDisk
- createMemoryFile
- createFileIterative
- createArchiveTranslator (not module)
- createZIPArchive (not module)
- copyFile
- copyStream
- copyStreamCount
- pathToFilename
- streamCompare
- topointer
- type
- setDoBufferAllRaw
- getDoBufferAllRaw
FileSystem Translator Functions
- open
- exists
- createDir
- chdir
- delete
- copy
- rename
- size
- stat
- relPath
- relPathRoot
- absPath
- absPathRoot
- scanDir
- scanDirEx
- getDirs
- getFiles
- setOutbreakEnabled
- getOutbreakEnabled
- setPathProcessingMode
- getPathProcessingMode
FileSystem Archive Translator Functions
- save (not module)