i have a file called public.key
i want to create files for different users based on this public.key
e.g
Alicepublic.key
how can i create these new files?
Printable View
i have a file called public.key
i want to create files for different users based on this public.key
e.g
Alicepublic.key
how can i create these new files?
To create a file, you just call fopen(filename, mode) where mode includes write access.