🟧Delete

Deletes any file or folder.

fs.Delete( string filePath, string gamePath, boolean force ) -> boolean

By default you can't remove any files outside of data folder.

To delete non-empty folders, you must set the third argument to true.

By default, the second argument is equal to DATA.

Non DATA game path must works only in menu realm.

Last updated