+ Mouse: On any click -> FileSystem: Show folder picker tag "setSource" mode Read-only (ID "", start in (default)) -> System: Wait for previous actions to complete -> System: Set source to FileSystem.FolderPath -> debug: Set text to source
Filesystem.FolderPath returns an empty string.
I've also tried using the expression in a seperate event with "On picker complete" instead of using wait for previous action to complete, same result. The action runs, since it overwrites whatever was in the variable/text previously. Also tried using the list contents action and completed trigger after picking the folder, but same result.
Preview on chrom/win10. dropbox.com/scl/fi/hgtsq5dfcsjrm2b1l3314/filesystemtest.c3p
Develop games in your browser. Powerful, performant & highly capable.
This works for me:
+ Mouse: On any click -> FileSystem: Show folder picker tag "setSource" mode Read-only (ID "", start in (default)) + FileSystem: On picker "setSource" complete -> System: Set source to "Source " &FileSystem.FolderNameAt(0) -> debug: Set text to source
Sure, the folder name works fine. I was wanting the path.