C# 刪檔案小工具

來源:互聯網
上載者:User

一般在給伺服器上發布網站時,都需要刪除伺服器上已存在的檔案,以加快上傳速度。
每次都要手動刪除,很麻煩。刪錯發布後就悲劇了。
使用bat批次檔有沒有,替換檔案內容功能,所以就自己做了個移除工具。

用法:

在要刪除的目錄根目錄建立del.txt
內容格式可如下: 

//刪除web\images目錄
rd web\images

//刪除所有的js目錄
rd js /s

//刪除檔案
del *.exe /s
del images\*.jpg
del config\log4net.config

//刪除修改時間小於指定時間的檔案
deltime *.dll 2012-01-01

//替換檔案內容
replace web.config debug="true"> debug="false">

//檔案或目錄移動
ren app_data\a.txt b.txt
ren help \style\newHelp


源碼下載:http://files.cnblogs.com/zjfree/DelFile.rar

開發環境:WIN2003 + VS2005 + .NET2.0 + C#

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.