UIOption Enumeration
Specifies which dialog boxes to show when copying, deleting, or moving files or directories.
Remarks
This enumeration is used with My.Computer.FileSystem.CopyDirectory Method, My.Computer.FileSystem.CopyFile Method, My.Computer.FileSystem.DeleteDirectory Method, My.Computer.FileSystem.DeleteFile Method, My.Computer.FileSystem.MoveDirectory Method, and My.Computer.FileSystem.MoveFile Method.
Members
Member |
Description |
---|---|
OnlyErrorDialogs |
Only show error dialog boxes and hide progress dialog boxes. Default. |
AllDialogs |
Show progress dialog box and any error dialog boxes. |
Requirements
Namespace:Microsoft.VisualBasic.FileIO
Class:UIOption
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
See Also
Reference
My.Computer.FileSystem.CopyDirectory Method
My.Computer.FileSystem.CopyFile Method
My.Computer.FileSystem.DeleteDirectory Method
My.Computer.FileSystem.DeleteFile Method
My.Computer.FileSystem.MoveDirectory Method