Skip to content

Instantly share code, notes, and snippets.

View PurwantoGZ's full-sized avatar
🏠
Working from home

Purwanto PurwantoGZ

🏠
Working from home
  • Tangerang Banten
  • 12:45 (UTC -12:00)
View GitHub Profile
@PurwantoGZ
PurwantoGZ / gist:7a21bbc1c1e775a2d82538c09ae54b20
Created June 1, 2021 08:46 — forked from richardschoen/gist:78ed5bd3b0656ba8eb4adfff9715e811
C# - set directory permissions for Everyone to Full Control. Useful when you need to store settings and other files in your app directory
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Security.Principal;
using System.Security.AccessControl;
using System.IO;
namespace RSSetDirPermissionsCS