<quote>
Do not end a file or directory name with a trailing space or a period.
Although the underlying file system may support such names, the operating
system does not.
<quote>
from...
Naming a File
https://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/naming_a_file.asp
You probably have file extensions turned off, which is not a good thing.
Start | Settings | Control Panel | Folder Options | View tab |
UNCheck: Hide extensions for known file types
<quote>
The file extension is the part of a file name that comes after the final
period. For example:
readme.txt
Animal.Mammal.Rodent.Mouse.Data
Performance Analysis for January 1.report
datafile
The first three examples have the file extensions .txt, .Data, and .report.
The last file has no extension.
File extensions typically hint at the type of data a file contains. The
Shell uses file extensions to define a file's type. The Shell determines
its treatment of a certain file by examining the file's type. This is the
basis for file associations.
Note A file name extension is not a certain way to determine the type of
data a file contains. It suggests, but does not guarantee, that a file
contains a certain type of data.
<quote>
from...
File Extensions
http://msdn.microsoft.com/library/d...nding/fileassociations/fa_file_extensions.asp
<quote>
XP restricts the use of the * . " / \ [ ] : ; | = , characters in a file or
folder's name. When you try to type a forbidden character in a
file's name, XP tells you:
A file name cannot contain any of the following characters:
\ / : * ? " < > |
This is a very explicit and helpful message. Additionally, XP will not let
you begin a filename with a space or a dot. If you attempt to begin a
filename with a space, the space is ignored. If you attempt to begin a
filename with a dot, you'll get an error that simply says "You must type a
file name" and offers no further explanation.
If you try to save a file from within an application's Save dialog box with
a forbidden character, this is the error message that results:
sample>filename
The above file name is invalid.
XP discloses that the problem is with the file's name, but it leaves it up
to the user to figure out how to resolve the issue. Most users will probably
assume what the offending character is, but it would be much more helpful if
XP simply told user like it does when working in the filesystem.
The way XP applications handle saving files does not seem to be driven
exclusively by the operating system. We tried this same experiment with
Microsoft Word, which produced three different errors depending on the
different forbidden characters used. We mention this not as a third-party
software example, but rather to illustrate that the operating system seems
not to be in control of how Save dialogs handle forbidden characters.
<quote>
from...
Forbidden Characters in Filenames - XvsXP.com, Mac OS X vs. Windows XP
http://www.xvsxp.com/files/forbidden.php
There are ways around some of the restrictions, but trying to delete the
file or folder with illegal characters can be a real pain.
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In