S
Sweetiecakes
In our series of "probably something simple"...
I am doing a File.Exists operation to check if a file exists. Let's
assume that this file is C:/test.txt.
Now, if I do File.Exists("C:\\Test.txt"), I do not want it to tell me
that the file exists - this is a check for a File.Move operation (some
file renaming functionality). But if I check C:\\test.txt, it should
return true.
Any suggestions?
I am doing a File.Exists operation to check if a file exists. Let's
assume that this file is C:/test.txt.
Now, if I do File.Exists("C:\\Test.txt"), I do not want it to tell me
that the file exists - this is a check for a File.Move operation (some
file renaming functionality). But if I check C:\\test.txt, it should
return true.
Any suggestions?