Constants.vbArchive 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出檔案自上一次檔案存取函式的備份作業之後已變更。
public: Microsoft::VisualBasic::FileAttribute vbArchive = 32;
public const Microsoft.VisualBasic.FileAttribute vbArchive = 32;
val mutable vbArchive : Microsoft.VisualBasic.FileAttribute
Public Const vbArchive As FileAttribute = 32
欄位值
Value = 32備註
當您呼叫 Dir
、 GetAttr
或 SetAttr
函式時,您可以在程式代碼中使用 FileAttribute
列舉來取代實際值。
自 Attributes
變數會 FileAttribute
接受列舉成員。
執行檔案 I/O 作業時, My.Computer.FileSystem
物件提供比舊版檔案 I/O 方法更高的效能和使用便利性。 如需詳細資訊,請參閱 FileSystem object。