Flush the specified package file to disk.
Syntax
object.Flush
The object is an expression that evaluates to a Package object.
Remarks
The Flush method can be used to explicitly
flush the contents of a modified package to disk. Normally, the package contents are
cached in memory and written to disk when the package file is closed or the Package object
is unloaded.
See Also
Close Method, Open Method
|