PathMustExist Property
Object List Next Object
Defined By: SaveAsDialog
Description:Description:
Restricts file selection on the SaveAsDialog to only those files whose path
can be found.
Details:
Use the PathMustExist property to restrict the users choice of files. If the
PathMustExist property is set True, then only files whose path already exists
will be accepted as valid choices. If the user enters a filename with a
non-existent path, the choice will be rejected when Ok is pressed. The user will also be
informed of the error with a message box.
Data Type: Boolean