LogicalFileSuperOwners STD.File.LogicalFileSuperOwners STD.File.LogicalFileSuperOwners File.LogicalFileSuperOwners LogicalFileSuperOwners ( filename ) filename A null-terminated string containing the logical name of the file. Return: LogicalFileSuperOwners returns a dataset in the following format: EXPORT FsLogicalFileNameRecord := RECORD STRING name; END; The LogicalFileSuperOwners function returns a list of the logical filenames of all the SuperFiles that contain the filename as a sub-file. This function is not included in a superfile transaction. Example: OUTPUT(STD.File.LogicalFileSuperowners('~CLASS::RT::SF::Daily1')); //returns all SuperFiles that “own” the Daily1 file