Description

Static method.

Given a path to a PNCombineItem serialized to disk as XML, returns a list of the source files that were passed to be combined together.

The XML file passed in must be a results log file ending in the .dcsresults extension created by enabling the results log file option when calling CombineFiles, or a file on disk created by calling SerializeToXML.

Syntax

PNCombineItem.GetSourceFileName(path)

 

Returns List<String> of the paths to the input files used for the combine.

Parameters

String path

Full path to the file.

See Also:

DeserializeFromXML GetCreatedFiles GetErrors