Supported Plat " /> 亚洲一区二区影院,中文在线播放一区二区,宅男网站在线免费观看

色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

Save a File Using a File Save Dialog Box

Demonstration script that allows you to enter a file name in a File Save dialog box, and then saves a sample text file (consisting entirely of the current date) under that file name. 

Supported Platforms

Windows Server 2003
 No

Windows XP
 Yes

Windows 2000
 No

Windows NT 4.0
 No

Windows 98
 No


Script Code

復制代碼 代碼如下:
Set objDialog = CreateObject("SAFRCFileDlg.FileSave") 

objDialog.FileName = "C:/Scripts/Script1.vbs" 
objDialog.FileType = "VBScript Script" 
intReturn = objDialog.OpenFileSaveDlg 

If intReturn Then 
    Set objFSO = CreateObject("Scripting.FileSystemObject") 
    Set objFile = objFSO.CreateTextFile(objDialog.FileName) 
    objFile.WriteLine Date 
    objFile.Close 
Else 
    Wscript.Quit 
End If 

JavaScript技術Save a File Using a File Save Dialog Box,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 东宁县| 讷河市| 红河县| 成安县| 宁晋县| 璧山县| 澳门| 乐至县| 佛山市| 遂川县| 朔州市| 新乡市| 枣庄市| 分宜县| 唐河县| 高平市| 镇宁| 甘洛县| 华蓥市| 土默特左旗| 汪清县| 隆子县| 平山县| 南投市| 上林县| 丰原市| 太仆寺旗| 汉寿县| 犍为县| 溆浦县| 高台县| 鹤壁市| 阿拉善盟| 壤塘县| 务川| 罗定市| 保亭| 永吉县| 合川市| 乌鲁木齐县| 贵溪市|