Hmm. I don't think it's possible to create a file or directory with a single '.' or double '..' name. The reason for this is that every directory should already have a '.' and a '..' upon creation. Trying to create another with the same name should give an error (like trying to create two...