Code Monkey home page Code Monkey logo

Comments (5)

joewhite avatar joewhite commented on August 19, 2024

When I try this, I do get results, although they're a bit odd.

> glob.sync('/temp/*.txt')
[ '\\temp/1.txt' ]

The initial / is unexpectedly replaced with a \, but I do get results. Using [email protected] with Node v0.6.12 on Windows 7 64-bit.

from node-glob.

unknownbrackets avatar unknownbrackets commented on August 19, 2024

The issue here is that this line:

read = prefix = path.join("/", prefix)

On windows turns into:

read = prefix = ""

Which it then prepends onto things here:

if (prefix !== "/") e = prefix + "/" + e

The same line is causing issues for drive letters in issue 42.

-[Unknown]

from node-glob.

springmeyer avatar springmeyer commented on August 19, 2024

I just hit this as well. I worked around it by passing in the absolute path for the cwd option, and then a relative path for the actual search term.

from node-glob.

kylealanhale avatar kylealanhale commented on August 19, 2024

I had thought this was a minimatch problem, so I left a comment there outlining the inconsistencies: isaacs/minimatch#11 (comment).

For now I am doing pretty much what @springmeyer suggested, with a normalization step following to clean up the weird path separators.

from node-glob.

isaacs avatar isaacs commented on August 19, 2024

Fixed in the latest release.

from node-glob.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.