There are 1 repository under filepath topic.
🔥 涵盖了Android系统文件的创建/删除/复制/打开文件(目录)、获取文件(目录)大小、获取常用目录、获取文件名称及后缀、获取MimeType以及MediaStore和SAF的相关操作等常用功能,并且也处理了获取文件Uri/Path的兼容问题、图片压缩和文件选择等功能。
A Python library to sanitize/validate a string such as filenames/file-paths/etc.
Autocomplete relative or absolute file paths in Sublime Text project folder
Ballerina File Module
Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!
Fast directory traversal for Golang
ExplorerGenie is an extended context menu for the Windows explorer.
Replaces a file extension with another one.
Convert a windows file path to a unix-style file path.
Convert a string to a valid safe filename on Golang
Returns the directory used by NPM for globally installed NPM packages.
IO using sized types and copatterns
Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists
Get the npm global path prefix. Same code used internally by npm.
Return true if a value is a valid glob pattern string, or array of glob patterns.
When copying or moving files, it's common for operating systems to automatically add an increment or 'copy' to duplicate file names. This does that for Node.js applications, with automatic platform detection and support for Linux, MacOs, and Windows conventions.
Returns true if a filepath is absolute. The original path-is-absolute.
Return true if a file path contains the given path.
Resolve the path to the user's global .gitconfig.
Returns `true` if a file path appears to be relative. Moved from the "relative" lib.
Returns an array of unique "npm" directories based on the user's platform and environment. Node.js / JavaScript.
Return true if the file is (or the file path has) a dotfile.
Uses a breadth-first search, when necessary, to resolve the file path using the correct casing, and verify that the file actually exists. Returns consistent results regardless of case sensitivity of the file path and/or operating system.
Returns true if a windows file path does not contain any invalid characters.
A tiny self-contained path manipulation library for C++
Load templates from file paths, globs or objects, and cache them as normalized objects.
Regular expresson for matching dotfiles.
Convert Excel File to Objects
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
Operating systems commonly add a trailing increment, or the word 'copy', or something similar to duplicate files. This strips those increments. Tested on Windows, MacOS, and Linux.
plugin to classify url-like values as syntax, not natural language
Easily rename files using custom rename functions that are automatically used against any file paths that match the associated regex or glob patterns.