Is there a way to include FileDate/LastSaveDate in IEdmBatchListing

Hi.

Is there a way to include FileDate/LastSaveDate in IEdmBatchListing or do I have to add it to a variable on the datacard for the file for it to work?

I have tried to use a Bill of Materials (BOM) with some columns where is one of them but the result for this column is Nothing while normal variables work.

BatchList.AddFile()...

Dim BatchListCols() As EdmListCol = Nothing

BatchList.CreateListEx("BOM", 0, BatchListCols, Nothing)

Dim BatchListFiles() As EdmListFile = Nothing

BatchList.GetFiles(BatchListFiles)

BatchListFiles(0).moColumnData(0) -->Nothing

/ Jakob

SolidworksSolidworks Pdm enterprise Pdm