winops_acl_get
Retrieve the Access Control List (ACL) for any file or directory to inspect permissions and security settings.
Instructions
View the ACL (Access Control List) for a file or directory.
Return Format
{"success": bool, "path": str, "raw_acl": str}Examples
get(path="C:\\Users\\Public")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path to inspect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||