Skip to content

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

@SVPA-BryanMihalov

Description

@SVPA-BryanMihalov

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions