u/Cryptobulldev

Read file in windows

I m trying to make openclaw read the desktop file but it say that doesnt have list dir permission on win32 . What i need to set?

The command to list files on your desktop (dir.list) is currently not allowed due to security restrictions. The error message "node command not allowed: 'dir.list' is not in the allowlist for platform 'win32'" indicates that the OpenClaw configuration on your machine needs to be updated.

To enable this functionality, the OpenClaw operator would need to:

Ensure that gateway.nodes.allowCommands includes 'dir.list'.

Configure plugins.entries.file-transfer.config.nodes.<node>.allowReadPaths to include the directory path C:\Users\aaa\Desktop for the "aaa" node.

Without these policy changes, I won't be able to access your desktop files using the dir_list tool.

reddit.com
u/Cryptobulldev — 19 hours ago