Beispiel #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            SS.Ynote.Engine.Framework.FileSystem FileManager = new SS.Ynote.Engine.Framework.FileSystem();
            string AppDataDir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "/SS/Ynote/";

            FileManager.DeleteDirectory(AppDataDir);
        }
Beispiel #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     SS.Ynote.Engine.Framework.FileSystem FileManager = new SS.Ynote.Engine.Framework.FileSystem();
     string AppDataDir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)  + "/SS/Ynote/";
     FileManager.DeleteDirectory(AppDataDir);
 }