Hi StCroixSkipper,
I tried to compile your code and ran into some problems. Basically I have three variables left undefined. They are:
_drive
_directories
I can make an educated guess as to how to handle _drive and _directories but with the first one it is more difficult.
There was also a typo I corrected. This block apparently should look like this:
I would appreciate your help. Thanks.
AlexB
I tried to compile your code and ran into some problems. Basically I have three variables left undefined. They are:
_changeJournalRootHandle
_drive
_directories
I can make an educated guess as to how to handle _drive and _directories but with the first one it is more difficult.
There was also a typo I corrected. This block apparently should look like this:
while ( innerException != null ) |
{ |
Console.WriteLine ( innerException.Message, innerException ); |
innerExceptioninnerException = innerException.InnerException; |
} |
I would appreciate your help. Thanks.
AlexB