[Mono-dev] FileSystemWatcher - FileSystemEventArgs - first byte of name & fullname

mono at glyps.com mono at glyps.com
Sat Dec 1 14:04:40 EST 2007


hi !

i write a little class for fsw. under windows i received
the fullname and name of the concerned file in the right length.

if i copy the executables to opensuse10.2 (mono 1.2.5.1)  on the vm and
run the exe with "mono programmname.exe" i miss the first byte after
slash if a get the FileSystemEventArgs-Event :

e.g. :

Windows Fullname >C:\fluffy.one<
on Unix Fullname   >/luffy.one<

>From the RenamedEventArgs i get the correct length.


thank you in advance,

harald






More information about the Mono-devel-list mailing list