NativeFile: Use the_Foundation's File for I/O
Simplify native file access with File from the_Foundation. This willalso use native Win32 APIs on Windows.
Removed the unnecessary File::Truncate mode. One should just clear thefile by calling File::clear() when that is needed.
View differences
NativeFile: Use the_Foundation's File for I/O
Simplify native file access with File from the_Foundation. This will
also use native Win32 APIs on Windows.
Removed the unnecessary File::Truncate mode. One should just clear the
file by calling File::clear() when that is needed.