EditPathsDialogOptions
- Updated2025-07-21
- 1 minute(s) read
EditPathsDialogOptions
These constants represent the options you can use with the dlgOptions parameter of the Engine.DisplayEditPathsInFilesDialog method. Use the bitwise-OR operator to specify more than one option.
- EditPaths_AllowEditOfReadOnlyFiles –(Value: 0x1) Allows modifications to paths in read-only files in the dialog box.
- EditPaths_ModalToAppMainWind –(Value: 0x10000) By default, the dialog box is modal to the last active window of the calling thread, or if none exists, to the last active window from AppMainHwnd. If you set this option, the dialog box is modal with respect to the window handle of the Engine.AppMainHwnd property. Typically, you do not need to set this option.
- EditPaths_NoOptions –(Value: 0x0) No options.
- EditPaths_ReadOnly –(Value: 0x20000) Creates a read-only version of the dialog box.