Hello,
I use QuickIODirectory.GetDirectoryStatistics and get the System.NotImplementedException indeed. The exception is throwing in this Methode:
File: QuickIOEngine.Directory.Statistics.cs
Methode:
public static QuickIOFolderStatisticResult GetDirectoryStatistics(QuickIOPathInfo pathInfo, QuickIOEnumerateOptions enumerateOptions = QuickIOEnumerateOptions.None)
{
throw new NotImplementedException();
}
The Methode is not implemented.
Regards