ποΈFileSystem
CreateDir
Name
Type
Description
local create = MTools.FileSystem.CreateDir("TEST");
print(create);
-- If successful, it will return "The directory was successfully created.";
-- If performed poorly, it will return "An error occurred while creating the directory.";GetGameDirectory
Name
Type
Description
print(MTools.FileSystem.GetGameDirectory());
-- Return: c:\program files (x86)\steam\steamapps\common\Counter-Strike Global Offensive\DeleteFile
Name
Type
Description
ReadFolder
Name
Type
Description
Last updated