File checking
Hi. I have a test set up to monitor a file to prevent it from growing over a certain size. (ex. test.db). However, for one reason or another, if the filename changes case, such as TEST.DB, the test fails. It also seems to happen if I am monitoring a file for a certain string, and the filename changes case (not the contents of what I am monitoring), the test fails. Is this a known issue or am I missing a setting somewhere? Thank you.
I believe you, but its nothing we can do. Only Microsoft can correct this problem. From another side its not a problem, its good behavior. UNC path must work with different systems, some file systems case insensitive, some case sensitive. So, we have the same behavior for all of them.
I see two solutions in your case: 1) use correct register for the file name 2) map network resource to local drive and use path like "n:folder1file2.ext"
Regards
Alex
I see two solutions in your case: 1) use correct register for the file name 2) map network resource to local drive and use path like "n:folder1file2.ext"
Regards
Alex