A set of files that are logically related and possible to manage by a common policy. To allow a tree-structured hierarchical representation of groups of files, the FileGroup class has an association to itself. Over the northbound interface of the managed element, the instances of classes LogicalFs and FileGroup represent a file system.
Removes a named file from this file group. The file name can contain a regular expression and thus a set of files in the file group that match the expression can be removed. The regular expression is interpreted according to POSIX pattern definition used for file name expansion. Action removeFile() returns True when the files are removed, otherwise False.
Parameters
Name: file Description: This parameter specifies the file in the FileGroup to be removed. The file string is interpreted as a regular expression and all files that match the expression are removed.