Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening a file and get full filepath #267

Closed
patarapolw opened this issue May 3, 2020 · 1 comment
Closed

Opening a file and get full filepath #267

patarapolw opened this issue May 3, 2020 · 1 comment

Comments

@patarapolw
Copy link

It would be nice if this is possible, but it seems to either rely on backend dialog, or use a modified version of web browser, like Electron.

Screen Shot 2563-05-03 at 19 00 48

I have been using Electron, but I failed to build for Linux with an error. I can multi-platform build for Window and MacOS (on MacOS), though.

@shalithasuranga
Copy link
Member

Hey.. do you mean the requirement is to select a file and get the full path? If yes https://neutralino.js.org/docs/api/os#osshowdialogopendialogopenoptions can be used. Otherwise, if you mean you need to search the current directory and get a file, you may try https://neutralino.js.org/docs/api/filesystem#filesystemreaddirectoryreadfileoptions

Sadaf-A pushed a commit to Sadaf-A/neutralinojs that referenced this issue Mar 28, 2024
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.27 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.27...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants