klasör gizleme
Process.Start("cmd.exe", @"/C attrib +r +h +s c:\system");
klasör gösterme
Process.Start("cmd.exe", @"/C attrib -r -h -s c:\system");
bu kodların temeli bu geliştirilebilir bir kod
mantığı şöyle cmd ye "attrib +r +h +s c:\system" yazıyor ve klasör gizleniyor
Process.Start("cmd.exe", @"/C attrib +r +h +s c:\system");
klasör gösterme
Process.Start("cmd.exe", @"/C attrib -r -h -s c:\system");
bu kodların temeli bu geliştirilebilir bir kod
mantığı şöyle cmd ye "attrib +r +h +s c:\system" yazıyor ve klasör gizleniyor
