10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
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");
|