filepath logo
C1249F0E-8D06-4407-9877-A93914C30612
/ hackage package

filepath

This package provides functionality for manipulating FilePath values, and is shipped with GHC
19
0
+ 1
0

What is filepath?

This package provides functionality for manipulating FilePath values, and is shipped with GHC. It provides two variants for filepaths: legacy filepaths: type FilePath = String operating system abstracted filepaths (OsPath): internally unpinned ShortByteString (platform-dependent encoding) It is recommended to use OsPath when possible, because it is more correct. For each variant there are three main modules: System.FilePath.Posix / System.OsPath.Posix manipulates POSIX/Linux style FilePath values (with / as the path separator). System.FilePath.Windows / System.OsPath.Windows manipulates Windows style FilePath values (with either \ or / as the path separator, and deals with drives). System.FilePath / System.OsPath for dealing with current platform-specific filepaths System.OsString is like System.OsPath, but more general purpose. Refer to the documentation of those modules for more information. An introduction into the new API can be found in this blog post. Code examples for the new API can be found here.
filepath is a tool in the Package Managers category of a tech stack.
filepath is an open source tool with 63 GitHub stars and 34 GitHub forks. Here’s a link to filepath's open source repository on GitHub

Who uses filepath?

Developers
5 developers on StackShare have stated that they use filepath.

filepath Comparisons

Related Comparisons
No related comparisons found