# Functions
ParseFileDescriptor parses a string formatted file descriptor.
# Constants
open file for append, create if it does not exist.
open file for append, do not create if it does not already exist.
No description provided by the author
open file for reading.
No description provided by the author
No description provided by the author
No description provided by the author
open file for read & write.
open file for writing, truncating if it exists.
open file for writing, creating it, failing if it already exists.
# Type aliases
FileDescriptor mirrors unix-specific indexes for cross-platform use.
No description provided by the author