91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
//using?System.Linq;
using?System.Text;
using?System.IO;??
using?System.Windows.Forms;
using?System.Diagnostics;?//進程類?清空文件夾使用
using?Microsoft.VisualBasic.FileIO;?//回收站,需要引用.NET中的?Microsoft.VisualBasic

namespace?DllTest
{
????class?FileIO
????{
????????public?FileIO()
????????{?
????????}

????????public?string?OpenFile()??//選擇文件路徑并返回地址
????????{
????????????OpenFileDialog?fDialog?=?new?OpenFileDialog();
????????????fDialog.ShowDialog();
????????????string?pathtemp?=?fDialog.FileName;
????????????return?pathtemp;
????????}

????????public?void?OpenFolder(string?spath)//顯示文件夾或運行文件
????????{
????????????System.Diagnostics.Process.Start(“explorer.exe“?spath);
????????}

????????public?string?OpenFolderPath()//選擇文件

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-08-24?17:14??源碼提供\
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\
?????文件????????4266??2019-08-08?10:49??源碼提供\DllTest\DllTest.csproj
?????文件????????6443??2019-08-08?10:49??源碼提供\DllTest\FileIO.cs
?????文件????????8622??2019-08-19?22:45??源碼提供\DllTest\Form1.Designer.cs
?????文件????????7064??2019-08-19?22:47??源碼提供\DllTest\Form1.cs
?????文件????????6206??2019-08-19?22:45??源碼提供\DllTest\Form1.resx
?????文件?????????484??2012-12-13?09:06??源碼提供\DllTest\Program.cs
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\Properties\
?????文件????????1458??2012-12-13?09:06??源碼提供\DllTest\Properties\AssemblyInfo.cs
?????文件????????2759??2012-12-13?09:06??源碼提供\DllTest\Properties\Resources.Designer.cs
?????文件????????5612??2012-12-13?09:06??源碼提供\DllTest\Properties\Resources.resx
?????文件????????1070??2012-12-13?09:06??源碼提供\DllTest\Properties\Settings.Designer.cs
?????文件?????????249??2012-12-13?09:06??源碼提供\DllTest\Properties\Settings.settings
?????文件????????2243??2019-08-09?14:46??源碼提供\DllTest\TimeLock.cs
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\bin\
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\bin\Debug\
?????文件???????17408??2019-08-19?22:48??源碼提供\DllTest\bin\Debug\DllTest.exe
?????文件???????40448??2019-08-19?22:48??源碼提供\DllTest\bin\Debug\DllTest.pdb
?????文件???????22712??2019-08-19?22:48??源碼提供\DllTest\bin\Debug\DllTest.vshost.exe
?????文件?????????490??2018-04-12?07:35??源碼提供\DllTest\bin\Debug\DllTest.vshost.exe.manifest
?????文件??????116224??2019-08-19?22:48??源碼提供\DllTest\bin\Debug\_SCREEN_CAPTURE.dll
?????文件??????103936??2019-08-19?22:48??源碼提供\DllTest\bin\Debug\_SCREEN_CAPTURE.pdb
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\bin\Debug\config\
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\bin\Debug\config\臨時文件\
?????文件??????120554??2019-08-09?21:11??源碼提供\DllTest\bin\Debug\config\臨時文件\臨時.bmp
?????文件???????17447??2019-08-19?22:47??源碼提供\DllTest\bin\Debug\config\臨時文件\臨時.jpg
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\bin\Debug\config\配置文件\
?????文件??????????63??2019-08-19?22:47??源碼提供\DllTest\bin\Debug\config\配置文件\setting.ini
?????文件????????4608??2009-08-23?00:04??源碼提供\DllTest\bin\Debug\libINI.dll
?????目錄???????????0??2019-08-24?17:14??源碼提供\DllTest\bin\Release\
............此處省略153個文件信息

評論

共有 條評論