logo
首页技术栈工具库讨论
filepath

filepath

This package provides functionality for manipulating FilePath values, and is shipped with both GHC and the Haskell Platform. It provides three modules: System.FilePath.Posix manipulates POSIX/Linux style FilePath values (with / as the path separator). System.FilePath.Windows manipulates Windows style FilePath values (with either \ or / as the path separator, and deals with drives). System.FilePath is an alias for the module appropriate to your platform. All three modules provide the same API, and the same documentation (calling out differences in the different variants).
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconhaskell/filepath45
HACKAGE
carbal install filepath
查看
标签
根据用户添加的标签生成
暂无标签