-
Change Request
-
Resolution: Duplicate
-
Trivial
-
None
-
None
-
Sprint 77 (Jun 2021), Sprint 78 (Jul 2021), Sprint 79 (Aug 2021)
-
1
Add new item vfs.file.get[file]
- accepts any filesystem entry, such as file, directory, device, fifo (subject to OS limitations)
- returns string in JSON format with the following attributes:
- file type (e.g. regular, directory, fifo)
- user owner (all platforms), group owner (Unix only)
- uid/gid/SID and numan-readable names must be included
- permissions (Unix only)
- file size in bytes (or size of blocks for directory, empty if not applicable)
- file change, access and modification time
- mentioned in
-
Page Loading...