Method | Description | |
---|---|---|
DeleteADirectory ( string strPath ) : bool |
解决删除目录提示:System.IO.IOException: 目录不是空的。 删除一个目录,先遍历删除其下所有文件和目录(递归)
|
|
Form1 ( ) : System | ||
GetCMDOutString ( string path, string arguments ) : string |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FindFile ( string FoldPath, string filter ) : void | ||
Form1_FormClosing ( object sender, |
||
Form1_Load ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ReadData ( ) : void | ||
button1_Click ( object sender, |
||
button2_Click ( object sender, |
||
button3_Click ( object sender, |
||
button4_Click ( object sender, |
||
button5_Click ( object sender, |
||
button6_Click ( object sender, |
||
copySelectedFileToTempDir ( ) : void | ||
deleteTmpFiles ( string strPath ) : void | ||
getPath ( ) : string | ||
label3_Click ( object sender, |
||
listView1_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void | ||
listView1_SelectedIndexChanged ( object sender, |
||
parseParams ( string src, string param ) : void | ||
textBox1_TextChanged ( object sender, |
||
textBox2_TextChanged ( object sender, |
||
writeSonfigToFile ( ) : void |
public static DeleteADirectory ( string strPath ) : bool | ||
strPath | string | 绝对路径 |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static GetCMDOutString ( string path, string arguments ) : string | ||
path | string | |
arguments | string | |
return | string |