六月婷婷综合激情-六月婷婷综合-六月婷婷在线观看-六月婷婷在线-亚洲黄色在线网站-亚洲黄色在线观看网站

明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

ASP中如何將代碼生成的文件設為只讀

[摘要]ASP中如何將代碼生成的文件設為只讀 (01-2-25 137) 【hooke】 于 2001-2-21 17:12:14 加貼在 Joy ASP ↑: Attributes Property Sets or returns the attributes of files or folders. ...

ASP中如何將代碼生成的文件設為只讀
(01-2-25 137)


【hooke】 于 2001-2-21 17:12:14 加貼在 Joy ASP ↑:

Attributes Property
Sets or returns the attributes of files or folders. Read/write or read-only, depending on the attribute.

object.Attributes [= newattributes]

Arguments
object

Required. Always the name of a File or Folder object.

newattributes

Optional. If provided, newattributes is the new value for the attributes of the specified object.

Settings
The newattributes argument can have any of the following values or any logical combination of the
following values:

Constant Value Description
Normal 0 Normal file. No attributes are set.
ReadOnly 1 Read-only file. Attribute is read/write.
Hidden 2 Hidden file. Attribute is read/write.
System 4 System file. Attribute is read/write.
Directory 16 Folder or directory. Attribute is read-only.
Archive 32 File has changed since last backup. Attribute is read/write.
Alias 1024 Link or shortcut. Attribute is read-only.
Compressed 2048 Compressed file. Attribute is read-only.


Remarks
Attempts to change any of the read-only attributes (Alias, Compressed, or Directory) are ignored.

When setting attributes, it is generally a good idea to first read the current attributes, then change the
individual attributes as desired, and finally write the attributes back.

The following code illustrates the use of the Attributes property with a file:

Function ToggleArchiveBit(filespec)
Dim fso, f
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(filespec)
If f.attributes and 32 Then
f.attributes = f.attributes - 32
ToggleArchiveBit = "Archive bit is cleared."
Else
f.attributes = f.attributes + 32
ToggleArchiveBit = "Archive bit is set."
End If
End Function



主站蜘蛛池模板: 欧美在线视频第一页 | 欧美特黄三级成人 | 亚洲永久免费网站 | 欧美天天性 | 日本一区二区三区在线 视频观看免费 | 日本www色视频成人免费网站 | 欧美亚洲欧美 | 四虎永久免费观看 | 伊人久久大香线蕉观看 | 香蕉国产成版人视频在线观看 | 日日夜夜伊人 | 色综合久久中文综合网 | 日日爱影院 | 影音先锋男人资源站 | 欧美一区二区三区精品 | 欧美亚洲欧美区 | 天天拍夜夜添久久精品免费 | 青青青青青视频免费播放 | 日韩一级视频 | 日本免费人成在线网站 | 特片网在线观看 | 日韩欧美一区二区三区久久 | 欧美偷拍小视频 | 欧美亚洲网 | 最新精品亚洲成a人在线观看 | 日本青草| 亚洲小视频 | 日韩亚洲欧美综合 | 四虎影视站长工具 | 香蕉久久夜色精品国产小优 | 永久在线观看www免费视频 | 日韩欧美一区二区三区不卡在线 | 欧美在线xx | 色综合综合网 | 色精品一区二区三区 | 涩涩五月天| 日日夜夜狠狠 | 欧美一级特黄一片免费 | 五月婷婷爱 | 日本激情一区二区三区 | 色五月激情五月 |