• Login
    • Report A Bug
    • System Information
    • System Tests
    • System Policies
    • Code Documentation
    • Occam Source Code
    • Web Client Source Code
    • About Occam
    • Acknowledgements
    • Guides / Documentation
    • Publications

translation missing: en.flash.saving
translation missing: en.flash.error
  • Bibliography Data
  • Metadata
resource
  • git
    https://github.com/jbgutierrez/path-parse.git Source Repository
    QmcCHm7KKXgqMEvsuYX7pHArX6WUgqeH7ptEBwgXAH1ehB
    9f1db2802ffbc572e6b447f66126697e33b0055e
      QmcCHm7KKXgqMEvsuYX7pHArX6WUgqeH7ptEBwgXAH1ehB
      9f1db2802ffbc572e6b447f66126697e33b0055e

      • Details
      • Files
      • History
        • Source

          https://github.com/jbgutierrez/path-parse.git

          path-parse Build Status

          Node.js path.parse(pathString) ponyfill.

          Install

          $ npm install --save path-parse
          

          Usage

          var pathParse = require('path-parse');
          
          pathParse('/home/user/dir/file.txt');
          //=> {
          //       root : "/",
          //       dir : "/home/user/dir",
          //       base : "file.txt",
          //       ext : ".txt",
          //       name : "file"
          //   }
          

          API

          See path.parse(pathString) docs.

          pathParse(path)

          pathParse.posix(path)

          The Posix specific version.

          pathParse.win32(path)

          The Windows specific version.

          License

          MIT © Javier Blanco

          Related

          • maintainer

            npm

          Share

          • URL

            Copy
          • Embed Link

            Copy
          • QR Code

        • JavaScript must be enabled.

          There was an error retrieving this content.

          The content could not be found.

        • JavaScript must be enabled.

          There was an error retrieving this content.

          The content could not be found.

        Confirm
        Do you wish to proceed?

        Confirm message?