Replies: 1 comment
-
|
#954 is my implementation updated for the v2 API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add an optional io/fs.FS to filepicker's model to allow to browse an abstracted filesystem as an alternative to the full filesystem exposed by the os package.
The filepicker API is extended (and generalized thanks to io/fs.FS), without any breaking change.
This allows for example to browse limited a subdirectory by using os.Root (go1.24+):
I have already submitted an implementation in #759.
Beta Was this translation helpful? Give feedback.
All reactions