nothing
09-09-2004, 10:29 AM
Here's the situattion:
1 - I ask the user to input the name for the file that is going to be created and store it in string filename.
2 - I ask the user to input the path where some files my program is going to work with are and store it in string directory.
What's the setup to created file "filename" in the directory "directory"?
Thank you.
1 - I ask the user to input the name for the file that is going to be created and store it in string filename.
2 - I ask the user to input the path where some files my program is going to work with are and store it in string directory.
What's the setup to created file "filename" in the directory "directory"?
Thank you.