# Functions
IsEphemeralError reports whether err is one of the errors that the functions in this package attempt to mitigate.
ReadFile is like os.ReadFile, but on Windows retries errors that may occur if the file is concurrently replaced.
RemoveAll is like os.RemoveAll, but on Windows retries errors that may occur if an executable file in the directory has recently been executed.
Rename is like os.Rename, but on Windows retries errors that may occur if the file is concurrently read or overwritten.