fileLength function Null safety
- String pathToFile
Returns the length of the file at pathToFile
in bytes.
Implementation
int fileLength(String pathToFile) => waitForEx(core.fileLength(pathToFile));
Returns the length of the file at pathToFile
in bytes.
int fileLength(String pathToFile) => waitForEx(core.fileLength(pathToFile));