Skip to content

Instantly share code, notes, and snippets.

@jaredjenkins
Created November 9, 2012 00:28
Show Gist options
  • Save jaredjenkins/4042901 to your computer and use it in GitHub Desktop.
Save jaredjenkins/4042901 to your computer and use it in GitHub Desktop.
public enum FilePermissions
{
None,
Read,
Write,
ReadWrite,
Delete,
Full
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment