Modules/FileSystem/translator/open: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 January 2022

23 January 2022

19 January 2022

  • curprev 23:2623:26, 19 January 2022Quiret talk contribsm 3,615 bytes −1 No edit summary
  • curprev 23:1123:11, 19 January 2022Quiret talk contribsm 3,616 bytes −4 No edit summary
  • curprev 02:4702:47, 19 January 2022Danilo talk contribs 3,620 bytes +3,620 Created page with "__NOTOC__ This function opens a link to a file instance on a given MTA:Eir FileSystem translator. Using a file link, you can write and/or receive data from filesystems. ==Syntax== <syntaxhighlight lang="lua"> file, string translator:open ( string filePath, string fileMode ) </syntaxhighlight> ==Arguments== *'''filePath:''' the path to the file that should be opened *'''fileMode:''' an ANSI file mode descriptor (can be 'w', 'r' or 'a', with 'b' and/or '+' appended) ==R..."