Constants.vbArchive 欄位

定義

指出檔案自上一次檔案存取函式的備份作業之後已變更。

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

備註

當您呼叫 DirGetAttrSetAttr 函式時,您可以在程式代碼中使用 FileAttribute 列舉來取代實際值。

Attributes 變數會 FileAttribute 接受列舉成員。

執行檔案 I/O 作業時, My.Computer.FileSystem 物件提供比舊版檔案 I/O 方法更高的效能和使用便利性。 如需詳細資訊,請參閱 FileSystem object。

適用於

另請參閱