MTA:Eir/FileSystem/functions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==FileSystem Library functions== *createFilesystemInterface ==FileSystem Namespace Functions== *[[MTA:Eir/FileSystem/createTrans...") |
Tag: Undo |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==FileSystem Library | __NOTOC__ | ||
*[[MTA:Eir/FileSystem/createFilesystemInterface|createFilesystemInterface]] | ==[[MTA:Eir/FileSystem|FileSystem]] Library Functions== | ||
*[[MTA:Eir/FileSystem/createFilesystemInterface|createFilesystemInterface]] (module only) | |||
{{:MTA:Eir/FileSystem/namespace/functions}} | |||
{{:MTA:Eir/FileSystem/translator/functions}} | |||
{{:MTA:Eir/FileSystem/atranslator/functions}} | |||
{{:MTA:Eir/FileSystem/file/functions}} | |||
Latest revision as of 03:09, 19 January 2022
FileSystem Library Functions
- createFilesystemInterface (module only)
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)