Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gio GI.Gio.Objects.FileInfo Sets the attribute to contain the given attrValue, if possible. This function is meant to be used by language bindings that have specific handling for Unix paths. Since: 2.78
-
gi-gio GI.Gio.Objects.SubprocessLauncher Sets the file path to use as the stderr for spawned processes. If path is Nothing then any previously given path is unset. The file will be created or truncated when the process is spawned, as would be the case if using '2>' at the shell. If you want to send both stdout and stderr to the same file then use SubprocessFlagsStderrMerge. You may not set a stderr file path if a stderr fd is already set or if the launcher flags contain any flags directing stderr elsewhere. This feature is only available on UNIX. Since: 2.40
-
gi-gio GI.Gio.Objects.SubprocessLauncher Sets the file path to use as the stdin for spawned processes. If path is Nothing then any previously given path is unset. The file must exist or spawning the process will fail. You may not set a stdin file path if a stdin fd is already set or if the launcher flags contain any flags directing stdin elsewhere. This feature is only available on UNIX. Since: 2.40
-
gi-gio GI.Gio.Objects.SubprocessLauncher Sets the file path to use as the stdout for spawned processes. If path is Nothing then any previously given path is unset. The file will be created or truncated when the process is spawned, as would be the case if using '>' at the shell. You may not set a stdout file path if a stdout fd is already set or if the launcher flags contain any flags directing stdout elsewhere. This feature is only available on UNIX. Since: 2.40
decodeFilePath :: FilePath -> IO Textsnap-core Snap.Internal.Util.FileServe No documentation available.
formatFromFilePaths :: [FilePath] -> Maybe FlavoredFormatpandoc Text.Pandoc.Format Determines default format based on file extensions; uses the format of the first extension that's associated with a format. Examples:
formatFromFilePaths ["text.unknown", "no-extension"]
NothingformatFromFilePaths ["my.md", "other.rst"]
Just "markdown"collapseFilePath :: FilePath -> FilePathpandoc Text.Pandoc.Shared Remove intermediate "." and ".." directories from a path.
collapseFilePath "./foo" == "foo" collapseFilePath "/bar/../baz" == "/baz" collapseFilePath "/../baz" == "/../baz" collapseFilePath "parent/foo/baz/../bar" == "parent/foo/bar" collapseFilePath "parent/foo/baz/../../bar" == "parent/bar" collapseFilePath "parent/foo/.." == "parent" collapseFilePath "/parent/foo/../../bar" == "/bar"
-
High-level, byte-based file and directory path manipulations (deprecated) High-level, byte-based file and directory path manipulations (deprecated).
-
ghc-internal GHC.Internal.System.Posix.Internals No documentation available.
newFilePath :: FilePath -> IO CStringghc-internal GHC.Internal.System.Posix.Internals No documentation available.