can i know how to save a file name based on the user's input
for example:
Enter your name : Derrick
then i save this input to a file .txt named derrick (derrick.txt)
how can i do it?
i only know how to use the rename() and delete() function...in the file processing
thank you for your kindness