relatedFileNamesInSameDirectory
An array of related file names in the parent directory of the byte source file.
Declaration
var relatedFileNamesInSameDirectory: [String] { get }Discussion
The array of related files within the MEByteSource’s parent directory that are accessible to the MEByteSource. Only the relative file names are returned, not the paths. Only files with file extensions listed in the kMEFormatReaderFileNameExtensionArrayKey array in the format reader property list will be returned. If no related files are available, returns an empty array.