This commit is contained in:
parent
dc1af0b0f3
commit
aa628ce3de
@ -208,6 +208,7 @@ namespace VEPROMS.CSLA.Library
|
||||
string rofstfilepath = rdi.FolderPath + @"\ro.fst";
|
||||
DirectoryInfo di = new DirectoryInfo(rdi.FolderPath);
|
||||
if (!di.Exists) return null;
|
||||
if (!File.Exists(rofstfilepath)) return null;
|
||||
|
||||
// check if this rofst has been loaded, i.e. dts on file versus dts in db...
|
||||
// if so, just make association with docversion.
|
||||
|
Loading…
x
Reference in New Issue
Block a user