stat function Null safety
- String path
Returns a FileStat instance describing the
file or directory located by path
.
Implementation
FileStat stat(String path) => waitForEx(core.stat(path));
Returns a FileStat instance describing the
file or directory located by path
.
FileStat stat(String path) => waitForEx(core.stat(path));