ASP.NET XML DocumentSource 屬性 XML 控件 定義和用法 DocumentSource 屬性用于設(shè)置或返回在 Xml 控件中顯示的 XML 文檔的路徑。 語法 <asp:Xml DocumentSource="path" runat="server" /> 屬性 描述 path 字符串值,規(guī)定 XML 文件的位置。 該屬性...
http://m.o2fo.com/aspnet/prop-webcontrol-xml-documentsource.html...并返回一個供訪問此文件的 TextStream 對象。 語法 FileObject.OpenAsTextStream(mode,format) 參數(shù) 描述 mode 可選的。如何打開文件(輸入/輸出模式)。 1 = ForReading - 以只讀模式打開文件。不能對此文件進行寫操作。 2 = ForWriting - 以可...
http://m.o2fo.com/asp/met-openastextstream.html...件夾。如果是,返回 True,否則返回 False。 語法 FolderObject.IsRootFolder 實例 <% dim fs,fo set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\asp\test") if fo.IsRootFolder=true then ??Response.Write("The folder is the root folder!") else ??R...
http://m.o2fo.com/asp/prop-isrootfolder.html...文件夾中所有子文件夾組成的一個集合。 語法 FolderObject.SubFolders 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.SubFolders ??'Print the name of all subfolders in the test folder ??Response...
http://m.o2fo.com/asp/coll-subfolders.html...定的文件夾中所有文件組成的一個集合。 語法 FolderObject.Files 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.files ??'Print the name of all files in the test folder ??Response.write(x.Name &...
http://m.o2fo.com/asp/coll-files.html...在每個字符串之間不帶有空格或換行。 語法 TextStreamObject.Write(text) 參數(shù) 描述 text 必需的。寫入文件的文本。 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.write("Hello World!")...
http://m.o2fo.com/asp/met-write.html...系統(tǒng)。 此屬性可返回下列值之一: FAT - 可移動驅(qū)動器 CDFS - CD-ROM 驅(qū)動器 FAT、FAT32 或 NTFS - 在 Windows 2000 或 Windows NT 上的硬盤驅(qū)動器 FAT 或 FAT32 - 在 Windows 9x 上的硬盤驅(qū)動器 語法 DriveObject.FileSystem 實例 <% dim fs,d set fs=Server.Cre...
http://m.o2fo.com/asp/prop-filesystem.htmlASP Close 方法 完整的 TextStream 對象參考手冊 Close 方法關(guān)閉一個打開的 TextStream 文件。 語法 TextStreamObject.Close 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.WriteLine("Hello World!")...
http://m.o2fo.com/asp/met-close.html...性設(shè)置或返回指定驅(qū)動器的卷標??勺x寫。 語法 DriveObject.VolumeName[=newname] 參數(shù) 描述 newname 可選的。設(shè)置指定驅(qū)動器的新名稱。 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("Th...
http://m.o2fo.com/asp/prop-volumename.html...性返回指定驅(qū)動器或網(wǎng)絡(luò)共享的總字節(jié)數(shù)。 語法 DriveObject.TotalSize 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("The total size in bytes is: " & d.TotalSize) set d=nothing set fs=nothing %> 輸出: T...
http://m.o2fo.com/asp/prop-totalsize.html抱歉,暫時沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時沒有相關(guān)的教程
w3cschool 建議您:
ASP.NET XML DocumentSource 屬性 XML 控件 定義和用法 DocumentSource 屬性用于設(shè)置或返回在 Xml 控件中顯示的 XML 文檔的路徑。 語法 <asp:Xml DocumentSource="path" runat="server" /> 屬性 描述 path 字符串值,規(guī)定 XML 文件的位置。 該屬性...
http://m.o2fo.com/aspnet/prop-webcontrol-xml-documentsource.html...并返回一個供訪問此文件的 TextStream 對象。 語法 FileObject.OpenAsTextStream(mode,format) 參數(shù) 描述 mode 可選的。如何打開文件(輸入/輸出模式)。 1 = ForReading - 以只讀模式打開文件。不能對此文件進行寫操作。 2 = ForWriting - 以可...
http://m.o2fo.com/asp/met-openastextstream.html...件夾。如果是,返回 True,否則返回 False。 語法 FolderObject.IsRootFolder 實例 <% dim fs,fo set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\asp\test") if fo.IsRootFolder=true then ??Response.Write("The folder is the root folder!") else ??R...
http://m.o2fo.com/asp/prop-isrootfolder.html...文件夾中所有子文件夾組成的一個集合。 語法 FolderObject.SubFolders 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.SubFolders ??'Print the name of all subfolders in the test folder ??Response...
http://m.o2fo.com/asp/coll-subfolders.html...定的文件夾中所有文件組成的一個集合。 語法 FolderObject.Files 實例 <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject") set fo=fs.GetFolder("c:\test\") for each x in fo.files ??'Print the name of all files in the test folder ??Response.write(x.Name &...
http://m.o2fo.com/asp/coll-files.html...在每個字符串之間不帶有空格或換行。 語法 TextStreamObject.Write(text) 參數(shù) 描述 text 必需的。寫入文件的文本。 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.write("Hello World!")...
http://m.o2fo.com/asp/met-write.html...系統(tǒng)。 此屬性可返回下列值之一: FAT - 可移動驅(qū)動器 CDFS - CD-ROM 驅(qū)動器 FAT、FAT32 或 NTFS - 在 Windows 2000 或 Windows NT 上的硬盤驅(qū)動器 FAT 或 FAT32 - 在 Windows 9x 上的硬盤驅(qū)動器 語法 DriveObject.FileSystem 實例 <% dim fs,d set fs=Server.Cre...
http://m.o2fo.com/asp/prop-filesystem.htmlASP Close 方法 完整的 TextStream 對象參考手冊 Close 方法關(guān)閉一個打開的 TextStream 文件。 語法 TextStreamObject.Close 實例 <% dim fs,f set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.WriteLine("Hello World!")...
http://m.o2fo.com/asp/met-close.html...性設(shè)置或返回指定驅(qū)動器的卷標。可讀寫。 語法 DriveObject.VolumeName[=newname] 參數(shù) 描述 newname 可選的。設(shè)置指定驅(qū)動器的新名稱。 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("Th...
http://m.o2fo.com/asp/prop-volumename.html...性返回指定驅(qū)動器或網(wǎng)絡(luò)共享的總字節(jié)數(shù)。 語法 DriveObject.TotalSize 實例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("The total size in bytes is: " & d.TotalSize) set d=nothing set fs=nothing %> 輸出: T...
http://m.o2fo.com/asp/prop-totalsize.html抱歉,暫時沒有相關(guān)的文章
w3cschool 建議您: