Skip to content

Instantly share code, notes, and snippets.

@hbons
Created March 6, 2011 12:18
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 hbons/857244 to your computer and use it in GitHub Desktop.
Save hbons/857244 to your computer and use it in GitHub Desktop.
TextWriter writer = new StreamWriter (path);
writer.WriteLine (config);
writer.Close ();
UnixFileInfo file_info = new UnixFileInfo (path);
file_info.Create (FileAccessPermissions.AllPermissions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment