vote up 0 vote down star

I have been having problems with creating a download list of files for a downloader and was getting unexplained "File Does Not Exist" returns. My .avi files were returning found but but .exe and .txt files were getting the not exists.

I have now found by pulling in the whole directory and examining the file contents that my .exe files are showing ".exe.exe". My .txt files are showing ".txt.rtf". Wow, browsing the file directory in Server 2008 only shows a single extension. I don't see an option to display the extension as a column, just the "type". My directory looks like this:

Name           Type
File1.exe      Application
File2.txt      Rich Text Document
File3.avi      AVI File

I had renamed some of these files, maybe I just cannot rename files. I will try using originals ans see if I am ok. Maybe I need to rename the offending files without the displayed extensions. Is this just something weird with the server browser?

Thanks, James

flag

2 Answers

vote up 1 vote down check

Have you checked that "Tools > Folder Options > View > Hide extensions for known file types" is unchecked?

The option should be in (more or less) the same place on Windows Server 2008, I'm answering from home so I only have XP Pro to go on ;)

Obvious I know, but it sometimes is the obvious answer that we overlook.

Just to add - there's no option to show the extension in a separate column.

link|flag
I am trying to locate this on the server. This is Windows Explorer. – James Sep 6 at 18:39
Ok, If I browse the folder in IIS, I can see the extra extensions. From Computer, no luck there. Anyway, I have I way to see what is really there now. Thanks – James Sep 6 at 18:55
Got the folder options fixed..... Thanks – James Sep 6 at 19:07
vote up 0 vote down

Windows has a "feature" that hides file extensions for known file types. Always turn that off or you'll find yourself creating problems like this.

link|flag
Yes, Now if I could just find it! This is Server 2008 – James Sep 6 at 18:45
I can see the extra extensions in IIS, but not Computer... – James Sep 6 at 18:56
1  
Try the Windows Key and E to open Explorer. They probably still have the option available within Explorer itself. – David Andres Sep 6 at 18:56
In Server 2008, it's in the Folder Options item in the Control Panel. – Argalatyr Sep 6 at 19:04
Got it! Thanks a bunch...... – James Sep 6 at 19:07
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.