Michael's
2015年9月23日 星期三
detect if file existed then perform some script
#specific library options in side file
if { [file exists add_sco.tcl] == 1} { source add_sco.tcl }
Remove file/dir if existed:
if {[file exists $char_path]} {
exec rm -rf $char_path
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
標籤
大盤
(6)
未分類資料夾
(2)
英文
(28)
書刊雜誌
(11)
Perl
(25)
TCL
(10)
Uncategoried
(1)
UNIX Linux
(43)
沒有留言:
張貼留言