So I have a GED system that store files following the following scheme:
File_Type\year\month\day\file_name.extension
and store that path in a DB.
You can choose to store only by month in that case the path would be:
File_Type\year\month\\file_name.extension
We didn't realize that while we were on windows XP and 2003 as they automatically remove the extra backslash.
But it seems that windows 7 and 2008 are not. Since we migrate our server and client we have huge issue about this.
Does anyone now if there is a way to tell 7 and 2008 to ignore the extra backslash ?