# Functions
AtomicWriteFile writes data to the named file quasi-atomically, creating it if necessary.
ConvertToNativeLineEndings converts all instances of '\n' to native line endings for the platform.
DetectMediaType detects the media type of the file.
ExpandHome expands ~ in path with user's home directory, but only if path begins with ~ or /~ Otherwise, returns path unchanged.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadFileLines reads a whole file into memory and returns its lines.
ReadRequiredFile reads the file.
No description provided by the author
No description provided by the author
WriteFileLines writes the lines to the given file.
# Type aliases
No description provided by the author