SethuS
Denoβ€’10mo agoβ€’
13 replies
Sethu

Native file selector for Deno

Hey guys, I am creating a Deno compile executable , and I want the user to be able to select a file from their system. (I only care about MacOS and Windows).

The only info I want to get the full path to the file the user is selecting (I don't think this can be done on the web cause of browser security reasons that spoof the full location with FakePath).

Is there a way to do this using Deno? Or some sort of 3rd party module or node js module? Thx!
Was this page helpful?