Constants.vbSystem 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出該檔案是檔案存取函式的系統檔案。
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備註
當您呼叫 Dir
、 GetAttr
或 SetAttr
函式時,您可以在程式代碼中使用 FileAttribute
列舉來取代實際值。
自 Attributes
變數會接受 FileAttribute
列舉成員。
執行檔案 I/O 作業時, My.Computer.FileSystem
物件可提供比舊版檔案 I/O 方法更高的效能和容易使用。 如需詳細資訊,請參閱 FileSystem 物件。