Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created January 20, 2020 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/5f22de3a3a72c901bb7fd5b4e37493ce to your computer and use it in GitHub Desktop.
Save MartinZikmund/5f22de3a3a72c901bb7fd5b4e37493ce to your computer and use it in GitHub Desktop.
var handle = storageFile.CreateSafeFileHandle(options: FileOptions.RandomAccess);
var stream = new FileStream(handle, FileAccess.ReadWrite);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment