Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 16, 2015 16:24
public static FileShare get_Options()
{
return (FileShare.Delete | FileShare.Write);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment