DsBackupGetDatbaseLogs

I am trying to use DsBackupGetDatabaseNames in conjunction with DsBackupGetDatabaseLogs to programatically return a current list of .dit file, .log and .pat files from the system. (Currently log file gets incremented each pass) I don't want to have to perform a find on each of the directory paths in order to build the list, because future patches may add additional files that would be unaccounted for. Any suggestions?

Currently I am doing
DsBackupPrepare()
DsBackupGetDatabaseNames()
//log gets incremented here because of assumed backup of .dit file. (Don't want it incremented. Just want a current list that doesn't change of dit, log and pat files.)
DsBackupGetDatabaseLogs()
DsBackupEnd

Thanks for any suggestions!
[775 byte] By [icq69] at [2007-11-17 14:28:00]
# 1 Re: DsBackupGetDatbaseLogs
may be, DsSetCurrentBackupLog(BACKUP_DISABLE_INCREMENTAL) can help?
MaxVK at 2007-11-10 3:39:20 >