G
Guest
I"m using this method to determine if a folder\directory exists:
Directory.Exists(path)
and as I call it, it creates (by itself - even though the folder doesn't
exists) a new folder according to tha path I passed it and returns 'true'!
How could that be?
Directory.Exists(path)
and as I call it, it creates (by itself - even though the folder doesn't
exists) a new folder according to tha path I passed it and returns 'true'!
How could that be?