🟧Open
Attempts to open a file with the given mode.
fs.Open( string filePath, string fileMode, string gamePath ) -> File
File Modes
r - read mode
w - write mode
a - append mode
rb - binary read mode
wb - binary write mode
ab - binary append mode
Last updated