Sethu
Sethu
DDeno
Created by Sethu on 3/8/2025 in #help
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!
14 replies
DDeno
Created by Sethu on 6/18/2023 in #help
Best way to compile & distribute a Deno CLI program?
Hey! I made a Deno CLI I would like to share, It is a CLI program that I would like the user to install. What is the best way about doing this? I would like this CLI to be installed globally as well, and cross platform.
3 replies