人人做人人澡人人爽欧美,国产主播一区二区,久久久精品五月天,羞羞视频在线观看免费

當前位置:蘿卜系統下載站 > 技術開發教程 > 詳細頁面

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

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

更新時間:2022-08-08 文章作者:未知 信息來源:網絡 閱讀次數:


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

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

網站地圖xml | 網站地圖html
主站蜘蛛池模板: 昌都县| 县级市| 马鞍山市| 阿坝| 徐水县| 麻城市| 肥西县| 新余市| 花垣县| 朝阳县| 莎车县| 恭城| 马龙县| 云南省| 蓬安县| 尉氏县| 蒙山县| 济阳县| 浑源县| 钦州市| 鄂温| 漳平市| 紫阳县| 永安市| 汉阴县| 庆阳市| 南平市| 红原县| 土默特右旗| 石嘴山市| 松原市| 和平县| 平武县| 井陉县| 将乐县| 阜新| 砚山县| 黑水县| 双辽市| 霍林郭勒市| 洛南县|