<Code Lib>
2022 Method
Changes 0
M

KeyBasedTreeEntriesLoadResults.GetFileReadErrors

Description:
Gets the names of any files which could not be read due to access errors.
Remarks:
Only applies to KeyBasedTreeEntries built from text files.

public IList<string> GetFileReadErrors()

IList<string> An array of strings containing the filenames of files which could not be read.

Loading…