I use the Eclipse IDE to do development work and would like to copy/rename the .classpath and/or .project files. Note that these files only have an extension and not a filename.

Windows won't let me change .classpath to .classpath.bak (or vice versa).

Is there some way to do this other than naming the files in a Unix server and copying them to my Windows machine?

link|improve this question

43% accept rate
feedback

1 Answer

up vote 3 down vote accepted

This is only a limitation in the graphical Windows Explorer shell, and does not apply to PowerShell, Command Prompt, or to alternative file managers such as Total Commander.

C:\> ren .classpath .classpath.bak
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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