Constants.vbSystem 字段

定义

指示该文件是包含文件访问函数的系统文件。

public: Microsoft::VisualBasic::FileAttribute vbSystem = 4;
public const Microsoft.VisualBasic.FileAttribute vbSystem = 4;
val mutable vbSystem : Microsoft.VisualBasic.FileAttribute
Public Const vbSystem As FileAttribute  = 4

字段值

Value = 4

注解

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

参数 Attributes 采用 FileAttribute 枚举成员。

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

适用于

另请参阅