R
Robert Hahn
Hi everybody,
I have one question about the System.IO.FileSystemWatcher Class.
My problem is, that for excample the Create event of this class give me the
FullPath of the crated Folder
but all in lower kapitals. So if someone create the Folder
C:\temp\MyTestFolder,
the Event notifies me about the creation of the Folder c:\temp\mytestfolder.
I have to sync a TreeView an need the original foldername.
Is there a flag or anything else that I forgot to set ???
thanks in advanced
Robert
I have one question about the System.IO.FileSystemWatcher Class.
My problem is, that for excample the Create event of this class give me the
FullPath of the crated Folder
but all in lower kapitals. So if someone create the Folder
C:\temp\MyTestFolder,
the Event notifies me about the creation of the Folder c:\temp\mytestfolder.
I have to sync a TreeView an need the original foldername.
Is there a flag or anything else that I forgot to set ???
thanks in advanced
Robert