[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 软件资源 >> 應用軟件 >> 《修正verycd下載文件名的小程序》,應用軟件、資源下載
《修正verycd下載文件名的小程序》,應用軟件、資源下載
下載分級 软件资源
資源類別 應用軟件
發布時間 2017/7/12
大       小 -
《修正verycd下載文件名的小程序》,應用軟件、資源下載 簡介: 中文名: 修正verycd下載文件名的小程序制作發行: me簡介: 下了幾個文件,結果前面全帶[*****], 形如[*****].original name,煩,寫個小程序自己改 本來想用perl的,結果發現perl不支持unicode,只好用c# 代碼 using System; using System.Collections.Generic; using System.Text;
電驢資源下載/磁力鏈接資源下載:
全選
"《修正verycd下載文件名的小程序》,應用軟件、資源下載"介紹
中文名: 修正verycd下載文件名的小程序制作發行: me簡介:
下了幾個文件,結果前面全帶[*****], 形如[*****].original name,煩,寫個小程序自己改
本來想用perl的,結果發現perl不支持unicode,只好用c#
代碼
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using System.IO;
namespace rename
{
class Program
{
static void Main string args
{
try
{
if args.Length = 1
{
return;
}
DirectoryInfo di = new DirectoryInfo args 0 ;
foreach FileInfo fi in di.GetFiles
{
Match ma = Regex.Match fi.Name, ^ .*? . .* ;
if ma.Success == true
{
File.Move fi.FullName,
Path.Combine fi.DirectoryName, ma.Groups 1 .Value
;
}
}
}
catch Exception
{
}
}
}
}
2進制文件等下傳。
我不對該程序運行結果負責,使用前請先備份!!!
usage:
thisprogram d: yourdirectory
d: yourdirectory是你的下載文件文件夾
相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved