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.

  1. bool open(cstring path, Style style, int addflags, int access)
  2. void open(cstring path, Style style)
    class File

Meta