copy and rename files

drpcken

Member
Joined
Jun 15, 2004
Messages
12
Programming Experience
1-3
Whats teh easiest way to copy a file, and then rename it, then incorporate it back into my project? Everytime I do I get problems with class names and stuff. When I try SAVE AS it just renames the old file, not making a new one.

Thanks!
 
Here is what I do:
1. Rename the class to what you want it to be (in Code)
2. Save as in the file manager
3. Close the class without saving

all set.

just my opinion

T
 
Back
Top