xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

代碼實現創建共享文件夾,其他連接電腦具有所有權限

調用方法:  ShareHelper.Fun_NetShare("SensorCode","C:\\SensorCode");具體調用方式就可以了 

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Management;
using?System.Collections;
using?System.Diagnostics;
using?System.IO;

namespace?Autoframe
{
????public?class?ShareHelper
????{
????????//???ShareHelper.Fun_NetShare(“SensorCode““C:\\SensorCode“);具體調用方式就可以了?

????????public?static?void?Fun_NetShare(string?strshareName?string?folderpath?int?milliseconds?=?2000)
????????{
????????????if?(!Directory.Exists(folderpath))
????????????{
????????????????Directory.CreateDirectory(folderpath);
????????????}
????????????if?(!string.IsNullOrEmpty(strshareName))
????????????{
????????????????Process?process?=?new?Process();?????//創建進程對象
????????????????ProcessStartInfo?startInfo?=?new?Pr

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2162??2020-05-19?17:54??ShareHelper.cs

評論

共有 條評論