Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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
splitFilePath :: ShortText -> [ShortText]ghc-boot GHC.Data.ShortText O(n) Split a ShortText representing a file path into its components by separating on the file separator characters for this platform.
getRawFilePathSetting :: FilePath -> FilePath -> RawSettings -> String -> Either String Stringghc-boot GHC.Settings.Utils No documentation available.
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.