Supported Plat " /> 国产91久久婷婷一区二区,亚洲三级国产,夜夜亚洲天天久久

色尼玛亚洲综合影院,亚洲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,轉載需保留來源!

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

主站蜘蛛池模板: 镶黄旗| 伊金霍洛旗| 拜城县| 台东县| 平果县| 合水县| 大同市| 长春市| 林口县| 沁水县| 麻阳| 罗源县| 洞口县| 东方市| 将乐县| 台南县| 京山县| 葵青区| 长垣县| 丁青县| 凌源市| 金沙县| 昆明市| 元朗区| 莎车县| 安西县| 徐水县| 陆良县| 凤凰县| 邵武市| 临高县| 抚宁县| 宜兰县| 牟定县| 麟游县| 赤峰市| 绍兴市| 西充县| 肥西县| 彭泽县| 丹江口市|