Skip to content

FileSize

StackZ edited this page Jun 17, 2021 · 1 revision

Script function: FileSize

UniversalEdit.FileSize();

This function expects 0 parameters.

Example

-- The line below returns the size of the current file.
local Size = UniversalEdit.FileSize();

Clone this wiki locally