@nextcloud/paths
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

@nextcloud/paths

Build Status npm Documentation

Path helpers for Nextcloud apps.

Installation

npm i -S @nextcloud/paths

Usage

import { basename, dirname, encodePath, isSamePath, joinPaths } from '@nextcloud/paths'

basename('/my/file.txt')
// -> 'file.txt'

dirname('/my/file.txt')
// -> '/my'

encodePath('/my/other file.txt')
// -> '/my/other%20file'

isSamePath('/my/file.txt', 'my/file.txt')
// -> true

basename('/my/file.txt')
// -> 'file.txt'

/@nextcloud/paths/

    Package Sidebar

    Install

    npm i @nextcloud/paths

    Weekly Downloads

    5,048

    Version

    2.1.0

    License

    GPL-3.0-or-later

    Unpacked Size

    378 kB

    Total Files

    27

    Last publish

    Collaborators

    • susnux
    • pytal
    • gretadoci
    • mejo-
    • artonge
    • max-nextcloud
    • st3iny
    • marcoambrosinii
    • icewind1991
    • skjnldsv
    • christophwurst
    • juliushaertl
    • nickvergessen