File path to variable. - Forum

Forum Navigation
You need to log in to create posts and topics.

File path to variable.

So I want a user to open a file dialog box and save the path of the file and file name to a variable. What would be the best way to do this?

@neal-stone

For VisualNEO Win this command is FileOpenBox
https://winhelp.visualneo.com/MessagesInteraction.html

@neal-stone in VisualNEO Web you can't. Real access to local paths is restricted by design.
You can use the neoFileSystem plugin for real file manipulation using FileHandles (only Chrome and Edge)