File.open

Open a file with the provided style.

Note that files default to no-sharing. That is, they are locked exclusively to the host process unless otherwise stipulated. We do this in order to expose the same default behaviour as Win32.

No file locking for borked POSIX.

Meta