Attempts to open a file with the given mode.
Last updated 1 year ago
Was this helpful?
.Open( filePath, fileMode, gamePath ) ->
Alias of .function.
r - read mode
w - write mode
a - append mode
rb - binary read mode
wb - binary write mode
ab - binary append mode