A string containing the absolute path of the file or directory for which access to the contents of the path is secured.
Type Reason ArgumentException The path information specified for a set operation contains invalid characters or wild card specifiers.
Path discovery controls access to the information in the path itself. This helps protect sensitive information in the path, such as user names, as well as information about the directory structure revealed in the path. This value does not grant access to files or folders represented by the path.
For performance reasons, FileIOPermissionAttribute.PathDiscovery should be granted only to directories, not to files. For example, FileIOPermissionAttribute.PathDiscovery permission should be granted to paths such as C:\test and C:\test\, not to files such as C:\test\example.txt.
This property sets access for a single file or directory. Use additional attributes to specify additional files and directories.