mdfSort
Description
If you get an error when trying to read an unsorted MDF-file, sort the file with
mdfSort
and read from that instead.
mdfSort(
sorts the specified
MDF-file according to ASAM standards for fast reading. The sorted result overwrites the
original file. UnsortedMDFFile
)
mdfSort(
creates a sorted copy of the MDF-file with the specified name,
UnsortedMDFFile
,SortedMDFFile
)SortedMDFFile
.
returns
an output argument, sortedPath
= mdfSort(___)sortedPath
, indicating the full path to the sorted
file, including the file name.