-
Notifications
You must be signed in to change notification settings - Fork 155
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
directories not working #63
Comments
The fullPath property of my DirectoryEntries resolves to ? |
Can you post a jsbin that repros the issue? On Sat, Nov 5, 2016, 9:37 PM Till Wehowski [email protected] wrote:
|
I accidentally prepended the scheme/protocol manually to the path in one place. Unfortunatly my test is not running in jsbin https://jsbin.com/mugicodayu/edit?html,js,output but I have a test here http://webfan.de/cdn/application/test/fs.filer.html |
Update: My example above is running in Opera, not FF not IE right now. |
I can read and write a file in the root.
But if I use directories in any way nothing is working.
I tried absolute and relative pathes, with filesystem: or / as root, but everytime it throws ___ does not exist.
Even if .cd(dir) before relative path.
Maybe it is possible to use the directory-/file- objects rather than the path as string, but that means to traverse any directory from start!?
Maybe someone has a hint?
The text was updated successfully, but these errors were encountered: