Constants.vbReadOnly 字段

定义

指示该文件是包含文件访问函数的只读文件。

public: Microsoft::VisualBasic::FileAttribute vbReadOnly = 1;
public const Microsoft.VisualBasic.FileAttribute vbReadOnly = 1;
val mutable vbReadOnly : Microsoft.VisualBasic.FileAttribute
Public Const vbReadOnly As FileAttribute  = 1

字段值

Value = 1

注解

调用 DirGetAttrSetAttr 函数时,可以使用 FileAttribute 代码中的 枚举代替实际值。

参数 Attributes 采用 FileAttribute 枚举成员。

执行文件 I/O 操作时,与旧文件 I/O 方法相比, My.Computer.FileSystem 对象提供更高的性能和易用性。 有关详细信息,请参阅 FileSystem 对象。

适用于

另请参阅