FileSystemWatcher

  • Thread starter Thread starter Robert Hahn
  • Start date Start date
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
 
* "Robert Hahn said:
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 ???

<http://tinyurl.com/nfen>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top