Skip to main content

TdxfrmCommonFileCustomDialog.ForceFileSystem Property

Specifies if only actual files and folders in the file system can be the shell dialog’s targets.

Declaration

property ForceFileSystem: Boolean read; write;

Property Value

Type Description
Boolean
  • If True, the shell dialog displays an error when a user attempts to select an item inaccessible through an actual path in the file system (for example, a file within a ZIP archive).

  • If False (default), the shell dialog does not check if a selected item belongs to the file system.

Remarks

Use the corresponding ForceFileSystem property in the parent shell dialog component to change the shell dialog behavior.

See Also