filepath
There are 93 repositories under filepath topic.
javakam/FileOperator
🔥 涵盖了Android系统文件的创建/删除/复制/打开文件(目录)、获取文件(目录)大小、获取常用目录、获取文件名称及后缀、获取MimeType以及MediaStore和SAF的相关操作等常用功能,并且也处理了获取文件Uri/Path的兼容问题、图片压缩和文件选择等功能。
thombashi/pathvalidate
A Python library to sanitize/validate a string such as filenames/file-paths/etc.
sagold/FuzzyFilePath
Autocomplete relative or absolute file paths in Sublime Text project folder
ballerina-platform/module-ballerina-file
Ballerina File Module
jonschlinkert/normalize-path
Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!
charlievieth/fastwalk
Fast directory traversal for Golang
martinstoeckli/ExplorerGenie
ExplorerGenie is an extended context menu for the Windows explorer.
gulpjs/replace-ext
Replaces a file extension with another one.
jonschlinkert/unixify
Convert a windows file path to a unix-style file path.
flytam/filenamify
Convert a string to a valid safe filename on Golang
jonschlinkert/global-modules
Returns the directory used by NPM for globally installed NPM packages.
gallais/agda-sizedIO
IO using sized types and copatterns
scottcorgan/file-exists
Check if filepath exists and is a file
jonschlinkert/parse-filepath
Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists
jonschlinkert/global-prefix
Get the npm global path prefix. Same code used internally by npm.
micromatch/is-valid-glob
Return true if a value is a valid glob pattern string, or array of glob patterns.
jonschlinkert/add-filename-increment
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.
jonschlinkert/is-absolute
Returns true if a filepath is absolute. The original path-is-absolute.
jonschlinkert/contains-path
Return true if a file path contains the given path.
tmickleydoyle/moonwalk
Walk the working directory towards the root recursively
hasufell/hpath
Typed filepath in haskell
jonschlinkert/git-config-path
Resolve the path to the user's global .gitconfig.
jonschlinkert/is-relative
Returns `true` if a file path appears to be relative. Moved from the "relative" lib.
jonschlinkert/npm-paths
Returns an array of unique "npm" directories based on the user's platform and environment. Node.js / JavaScript.
jonschlinkert/is-dotfile
Return true if the file is (or the file path has) a dotfile.
doowb/detect-file
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.
jonchun/pathtype
Add a type for paths in Go.
jonschlinkert/is-valid-path
Returns true if a windows file path does not contain any invalid characters.
Qix-/bin-filesystem
A tiny self-contained path manipulation library for C++
jonschlinkert/load-templates
Load templates from file paths, globs or objects, and cache them as normalized objects.
regexhq/dotfile-regex
Regular expresson for matching dotfiles.
hardeep-bit/xlconverter
Convert Excel File to Objects
jonschlinkert/find-pkg
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.
jonschlinkert/strip-filename-increment
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.
retextjs/retext-syntax-urls
plugin to classify url-like values as syntax, not natural language
jonschlinkert/easy-renamer
Easily rename files using custom rename functions that are automatically used against any file paths that match the associated regex or glob patterns.