uce/site/doc/pages/file_stat.txt
2026-06-16 12:21:31 +00:00

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");