🟧Size

Returns file/folder size in bytes.

fs.Size( string filePath, string gamePath ) -> number

If the file/folder is not found, returns -1.

In case with a folder, this function will return size of all directories and files inside it.

Last updated