共用方式為


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 物件。

適用於

另請參閱