Hi,
have you tried: (not sure if this is what you are looking for?
var bf = BasicFileInfo.Extract(FilePath);
if (bf.IsCentral && !bf.AllLocalChangesSavedToCentral )
{
// "Ignored central file due to unsaved changes"
}
Hi,
have you tried: (not sure if this is what you are looking for?
var bf = BasicFileInfo.Extract(FilePath);
if (bf.IsCentral && !bf.AllLocalChangesSavedToCentral )
{
// "Ignored central file due to unsaved changes"
}