Definition at line 17 of file LuaCsUtility.cs.
◆ CanReadFromPath()
static bool Barotrauma.LuaCsFile.CanReadFromPath |
( |
string |
path | ) |
|
|
static |
◆ CanWriteToPath()
static bool Barotrauma.LuaCsFile.CanWriteToPath |
( |
string |
path | ) |
|
|
static |
◆ CreateDirectory()
static bool Barotrauma.LuaCsFile.CreateDirectory |
( |
string |
path | ) |
|
|
static |
◆ Delete()
static void Barotrauma.LuaCsFile.Delete |
( |
string |
path | ) |
|
|
static |
◆ DeleteDirectory()
static void Barotrauma.LuaCsFile.DeleteDirectory |
( |
string |
path | ) |
|
|
static |
◆ DirectoryExists()
static bool Barotrauma.LuaCsFile.DirectoryExists |
( |
string |
path | ) |
|
|
static |
◆ DirSearch()
static string [] Barotrauma.LuaCsFile.DirSearch |
( |
string |
sDir | ) |
|
|
static |
◆ Exists()
static bool Barotrauma.LuaCsFile.Exists |
( |
string |
path | ) |
|
|
static |
◆ GetDirectories()
static string [] Barotrauma.LuaCsFile.GetDirectories |
( |
string |
path | ) |
|
|
static |
◆ GetFiles()
static string [] Barotrauma.LuaCsFile.GetFiles |
( |
string |
path | ) |
|
|
static |
◆ IsPathAllowedCsException()
static bool Barotrauma.LuaCsFile.IsPathAllowedCsException |
( |
string |
path, |
|
|
bool |
write = true |
|
) |
| |
|
static |
◆ IsPathAllowedException()
static bool Barotrauma.LuaCsFile.IsPathAllowedException |
( |
string |
path, |
|
|
bool |
write = true , |
|
|
LuaCsMessageOrigin |
origin = LuaCsMessageOrigin.Unknown |
|
) |
| |
|
static |
◆ IsPathAllowedLuaException()
static bool Barotrauma.LuaCsFile.IsPathAllowedLuaException |
( |
string |
path, |
|
|
bool |
write = true |
|
) |
| |
|
static |
◆ Move()
static void Barotrauma.LuaCsFile.Move |
( |
string |
path, |
|
|
string |
destination |
|
) |
| |
|
static |
◆ OpenRead()
static FileStream Barotrauma.LuaCsFile.OpenRead |
( |
string |
path | ) |
|
|
static |
◆ OpenWrite()
static FileStream Barotrauma.LuaCsFile.OpenWrite |
( |
string |
path | ) |
|
|
static |
◆ Read()
static string Barotrauma.LuaCsFile.Read |
( |
string |
path | ) |
|
|
static |
◆ Write()
static void Barotrauma.LuaCsFile.Write |
( |
string |
path, |
|
|
string |
text |
|
) |
| |
|
static |