No, it's not possible to do this. Until the tree is not "fixated" you cannot read it's content. Just use IsLocked = TRUE and it will be StarBurn taking care of the file being read and locked.
P.S. And PLEASE write to the right group
markir wrote:
Hi Everyone,
I have been searching the help files and documentation for this information so if I have missed it please excuse me.
Basically I'm creating a CD (or ISO file) using StarBurn_ISO9660JolietFileTree_Create() and I was wondering if it was possible to perform verification on the files that are added during the callback?
I.e. when CallbackNumber == CN_FILE_TREE_PROGRESS_ADD would it be possible to say disallow the addition of that file?
So let's say I wanted to ignore all hidden files, or all files with a certain file extension or file name (like let's say thumbs.db) would this be possible?
Thanks in advance so any hints or tips if there is a better way to perform this verification, but since we use a lot of nested files and folders I like being able to add them in one fell swoop.
markir