说白修改文件里的隐藏文件desktop.ini
下面是源代码 【程序编程相关:喜讯:热烈庆祝TaiwanMambo的论】 【推荐阅读:VB.net进阶:在部署工程中加入自己的】unit unit1; 【扩展信息:用c#实现的语法高亮控件】interface
uses
windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls;type
tform1 = class(tform) button1: tbutton; procedure button1click(sender: tobject); private { private declarations } public { public declarations } end;var
form1: tform1;implementation
{$r *.dfm}
procedure tform1.button1click(sender: tobject);
var inifile : tstrings ; begin createdir(´c:\yourfolder´) ; inifile := tstringlist.create; with inifile do begin add(´[.shellclassinfo]´) ;... 下一页