veve178 當前離線
中級會員
little_keung 當前離線
進階會員
原帖由 veve178 於 2008-11-1 20:08 發表 如何在c++中del c drive既file 如果我咁寫 system("del c:\x.txt"); 我放個programme係邊就會del果到既x.txt
TOP
原帖由 little_keung 於 2008-11-1 21:45 發表 Check the manual of your system library. For example, unlink is the system library function for file delete in C .
Rookie_Max 當前離線
thinkpanda 當前離線
係福臨門食完野嗌後數. ...
原帖由 veve178 於 2008-11-2 02:36 發表 咁點樣指定delete 係某副檔名既野? eg:delete ?.xxx file
原帖由 thinkpanda 於 2008-11-2 11:36 發表 fnmatch on Unix-like system, FindFirstFile and FindNextFile on Windows