Safe Haskell | None |
---|
Documentation
unicodizeStr :: Config -> String -> StringSource
Perform the unicoder transformation on a String
value.
:: FilePath | the working directory |
-> FilePath | the config path to resolve |
-> IO FilePath | resolved, absolute path to the file |
Determine the filesystem location of a config file path. If the path does not include a slash, then it is resolved using the unicoder built-in locations. If it does include a slash, then it is resolved relative to the passed working directory.