FileManagement configuration
The FileManagement configuration defines the directories and files that are accessible through the File Explorer in Infor Public Sector. The root node has one child node called , which in turn has a child called . The node has one or more children, each of which defines a directory.
Each child node can have these attributes:
Attribute | Description |
---|---|
Description | Description of the directory path. |
Exclude Directory Expression | Comma-separated list of expressions indicating which subdirectories to exclude from this directory path. The File Explorer will show the directories specified by the Include Directory Expression attribute, minus the directories specified by this expression. |
Exclude File Expression | Comma-separated list of expressions indicating which files to exclude from this directory path. The File Explorer will show the files specified by the Include File Expression attribute, minus the files specified by this expression. You can use * as a wildcard, such as *.exe to exclude all executables. |
Include Directory Expression | Comma-separated list of expressions indicating which subdirectories to include in this directory path. If you enter an expression, then only the directories that match that expression are shown. Otherwise all directories are shown. |
Include File Expression | Comma-separated list of expressions indicating which files to include in this directory path. If you enter an expression, then only the files that match that expression are shown. Otherwise all files are shown. You can use * as a wildcard, such as *.txt to include all text files. |
Name | Name of the directory path. This is the name that is used in the File Explorer. |
Path | Path to the physical directory on the server that this path corresponds to. Can be relative or absolute. |
Read Access Ids | Comma-separated list of access IDs that control read access to this directory. An access ID is a unique number that identifies a permission in Access Control. |
Write Access Ids | Comma-separated list of access IDs that control write access to this directory. An access ID is a unique number that identifies a permission in Access Control. |