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

Finding files with '-' dashes in the path or filename #14

Open
SVPA-BryanMihalov opened this issue Dec 14, 2016 · 1 comment
Open

Finding files with '-' dashes in the path or filename #14

SVPA-BryanMihalov opened this issue Dec 14, 2016 · 1 comment

Comments

@SVPA-BryanMihalov
Copy link

version: 1.8.1
os: Linux

looking for files in a known folder on a USB media with label 1234-4321 cannot be found with:

path = finder.from('/media').findFile('/media/root/*/videos/*');

i have to do:

path = finder.from('/media').findFile('/media/root/*-*/videos/*');

any known way to get around this dash issue? dashes in file names also cause an issue finding them with * (e.g. test-video.mp4 isnt found in rest_of_path/*.mp4)

@justinbowes
Copy link

Package is abandoned by its maintainer.

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