cleanup, docs
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
DValue file_stat(String path)
|
||||
|
||||
Returns `{ exists, size, mtime, ctime, mode, is_dir, is_file, is_symlink }` for a policy-gated path. Missing or denied paths return `exists=false`.
|
||||
|
||||
:see
|
||||
>sys
|
||||
|
||||
:example
|
||||
print("file_stat example\n");
|
||||
|
||||
Reference in New Issue
Block a user