allowedDirectoriesAndFiles
The set of allowed directories and files that participants can access during an assessment.
Declaration
var allowedDirectoriesAndFiles: Set<URL>? { get set }Discussion
By default, participants have restricted file system access. Use this property to specify file URLs to directories and files that should be accessible during the assessment session.
The default value is nil, which preserves the default unrestricted access behavior.