Member variable XbpFileDialog():noWriteAccess Foundation
Controls validation techniques applied by the file dialog
This instance variable controls how the file dialog attempts to validate file and path information entered by the user. Per default, the file dialog performs read and/or write access to the directories and files selected to validate the user's input. If :noWriteAccess contains the value .T. (true), no write access is performed.
This may be required for certain network connections that restrict random access to shared files and/or directories. In normal situations, changing the default setting of this instance variable should not be required.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.