App下載

詞條

大約有 6,000 項(xiàng)符合查詢(xún)結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0054秒)

2901.ASP Attributes 屬性

...用于設(shè)置或返回指定文件或文件夾的屬性。 語(yǔ)法 FileObject.Attributes[=newattributes] FolderObject.Attributes[=newattributes] 參數(shù) 描述 newattributes 可選的。規(guī)定文件或文件夾的屬性值。 可采用下列值之一或者下列值的組合: 0 = 普通文件...

http://www.o2fo.com/asp/prop-attributes-file.html

2902.ASP DriveLetter 屬性

...,則 DriveLetter 屬性返回零長(zhǎng)度字符串 ("")。 語(yǔ)法 DriveObject.DriveLetter 實(shí)例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("The drive letter is: " & d.driveletter) set d=nothing set fs=nothing %> 輸出: The ...

http://www.o2fo.com/asp/prop-driveletter.html

2903.ASP Line 屬性

...Stream 文件中的當(dāng)前行號(hào)(從 1 開(kāi)始)。 語(yǔ)法 TextStreamObject.Line 實(shí)例 <% dim fs,f,t set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.WriteLine("Hello World!") f.WriteLine("How are you today?") f.WriteLine("Goodbye!") f.cl...

http://www.o2fo.com/asp/prop-line.html

2904.ASP AvailableSpace 屬性

ASP AvailableSpace 屬性 完整的 Drive 對(duì)象參考手冊(cè) AvailableSpace 屬性返回在指定的驅(qū)動(dòng)器或網(wǎng)絡(luò)共享上對(duì)于用戶(hù)的可用空間量。 注意:返回的值通常等于由 FreeSpace 屬性返回的值。對(duì)于支持限額的計(jì)算機(jī)系統(tǒng)來(lái)說(shuō),這兩個(gè)屬性返回...

http://www.o2fo.com/asp/prop-availablespace.html

2905.ASP Column 屬性

ASP Column 屬性 完整的 TextStream 對(duì)象參考手冊(cè) Column 屬性返回輸入流中當(dāng)前字符位置的列號(hào)。 注意:該屬性在新行字符(new line character)被寫(xiě)入之后為 1 (在其他字符被寫(xiě)入前)。 語(yǔ)法 TextStreamObject.Column 實(shí)例 <% dim fs,f,t,x,y...

http://www.o2fo.com/asp/prop-column.html

2906.ASP AtEndOfStream 屬性

...作于以只讀方式打開(kāi)的 TextStream 對(duì)象。 語(yǔ)法 TextStreamObject.AtEndOfStream 實(shí)例 <% dim fs,f,t,x set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt") f.write("Hello World!") f.close set t=fs.OpenTextFile("c:\test.txt",1,false) do while...

http://www.o2fo.com/asp/prop-atendofstream.html

2907.ASP AtEndOfLine 屬性

...作于以只讀方式打開(kāi)的 TextStream 對(duì)象。 語(yǔ)法 TextStreamObject.AtEndOfLine 實(shí)例 <% dim fs,f,t,x set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt") f.write("Hello World!") f.close set t=fs.OpenTextFile("c:\test.txt",1,false) do while t...

http://www.o2fo.com/asp/prop-atendofline.html

2908.ASP GetDriveName 方法

ASP GetDriveName 方法 完整的 FileSystemObject 對(duì)象參考手冊(cè) GetDriveName 方法返回一個(gè)字符串,該值是指定路徑的驅(qū)動(dòng)器名稱(chēng)。 語(yǔ)法 FileSystemObject.GetDriveName(path) 參數(shù) 描述 path 必需的。需返回驅(qū)動(dòng)器名稱(chēng)的路徑。 實(shí)例 <% dim f...

http://www.o2fo.com/asp/met-getdrivename.html

2909.ASP MoveFolder 方法

ASP MoveFolder 方法 完整的 FileSystemObject 對(duì)象參考手冊(cè) MoveFolder 方法從一個(gè)位置向另一個(gè)位置移動(dòng)一個(gè)或多個(gè)文件夾。 語(yǔ)法 FileSystemObject.MoveFolder source,destination 參數(shù) 描述 source 必需的。指向要移動(dòng)的文件夾的路徑。可在最...

http://www.o2fo.com/asp/met-movefolder.html

2910.ASP MoveFile 方法

ASP MoveFile 方法 完整的 FileSystemObject 對(duì)象參考手冊(cè) MoveFile 方法把一個(gè)或多個(gè)文件從一個(gè)位置移動(dòng)到另一個(gè)位置。 語(yǔ)法 FileSystemObject.MoveFile source,destination 參數(shù) 描述 source 必需的。指向要移動(dòng)的文件的路徑??稍谧詈蟮某?..

http://www.o2fo.com/asp/met-movefile.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

2901.ASP Attributes 屬性

...用于設(shè)置或返回指定文件或文件夾的屬性。 語(yǔ)法 FileObject.Attributes[=newattributes] FolderObject.Attributes[=newattributes] 參數(shù) 描述 newattributes 可選的。規(guī)定文件或文件夾的屬性值。 可采用下列值之一或者下列值的組合: 0 = 普通文件...

http://www.o2fo.com/asp/prop-attributes-file.html

2902.ASP DriveLetter 屬性

...,則 DriveLetter 屬性返回零長(zhǎng)度字符串 ("")。 語(yǔ)法 DriveObject.DriveLetter 實(shí)例 <% dim fs,d set fs=Server.CreateObject("Scripting.FileSystemObject") set d=fs.GetDrive("c:") Response.Write("The drive letter is: " & d.driveletter) set d=nothing set fs=nothing %> 輸出: The ...

http://www.o2fo.com/asp/prop-driveletter.html

2903.ASP Line 屬性

...Stream 文件中的當(dāng)前行號(hào)(從 1 開(kāi)始)。 語(yǔ)法 TextStreamObject.Line 實(shí)例 <% dim fs,f,t set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt",true) f.WriteLine("Hello World!") f.WriteLine("How are you today?") f.WriteLine("Goodbye!") f.cl...

http://www.o2fo.com/asp/prop-line.html

2904.ASP AvailableSpace 屬性

ASP AvailableSpace 屬性 完整的 Drive 對(duì)象參考手冊(cè) AvailableSpace 屬性返回在指定的驅(qū)動(dòng)器或網(wǎng)絡(luò)共享上對(duì)于用戶(hù)的可用空間量。 注意:返回的值通常等于由 FreeSpace 屬性返回的值。對(duì)于支持限額的計(jì)算機(jī)系統(tǒng)來(lái)說(shuō),這兩個(gè)屬性返回...

http://www.o2fo.com/asp/prop-availablespace.html

2905.ASP Column 屬性

ASP Column 屬性 完整的 TextStream 對(duì)象參考手冊(cè) Column 屬性返回輸入流中當(dāng)前字符位置的列號(hào)。 注意:該屬性在新行字符(new line character)被寫(xiě)入之后為 1 (在其他字符被寫(xiě)入前)。 語(yǔ)法 TextStreamObject.Column 實(shí)例 <% dim fs,f,t,x,y...

http://www.o2fo.com/asp/prop-column.html

2906.ASP AtEndOfStream 屬性

...作于以只讀方式打開(kāi)的 TextStream 對(duì)象。 語(yǔ)法 TextStreamObject.AtEndOfStream 實(shí)例 <% dim fs,f,t,x set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt") f.write("Hello World!") f.close set t=fs.OpenTextFile("c:\test.txt",1,false) do while...

http://www.o2fo.com/asp/prop-atendofstream.html

2907.ASP AtEndOfLine 屬性

...作于以只讀方式打開(kāi)的 TextStream 對(duì)象。 語(yǔ)法 TextStreamObject.AtEndOfLine 實(shí)例 <% dim fs,f,t,x set fs=Server.CreateObject("Scripting.FileSystemObject") set f=fs.CreateTextFile("c:\test.txt") f.write("Hello World!") f.close set t=fs.OpenTextFile("c:\test.txt",1,false) do while t...

http://www.o2fo.com/asp/prop-atendofline.html

2908.ASP GetDriveName 方法

ASP GetDriveName 方法 完整的 FileSystemObject 對(duì)象參考手冊(cè) GetDriveName 方法返回一個(gè)字符串,該值是指定路徑的驅(qū)動(dòng)器名稱(chēng)。 語(yǔ)法 FileSystemObject.GetDriveName(path) 參數(shù) 描述 path 必需的。需返回驅(qū)動(dòng)器名稱(chēng)的路徑。 實(shí)例 <% dim f...

http://www.o2fo.com/asp/met-getdrivename.html

2909.ASP MoveFolder 方法

ASP MoveFolder 方法 完整的 FileSystemObject 對(duì)象參考手冊(cè) MoveFolder 方法從一個(gè)位置向另一個(gè)位置移動(dòng)一個(gè)或多個(gè)文件夾。 語(yǔ)法 FileSystemObject.MoveFolder source,destination 參數(shù) 描述 source 必需的。指向要移動(dòng)的文件夾的路徑。可在最...

http://www.o2fo.com/asp/met-movefolder.html

2910.ASP MoveFile 方法

ASP MoveFile 方法 完整的 FileSystemObject 對(duì)象參考手冊(cè) MoveFile 方法把一個(gè)或多個(gè)文件從一個(gè)位置移動(dòng)到另一個(gè)位置。 語(yǔ)法 FileSystemObject.MoveFile source,destination 參數(shù) 描述 source 必需的。指向要移動(dòng)的文件的路徑??稍谧詈蟮某?..

http://www.o2fo.com/asp/met-movefile.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門(mén)課程