Gossamer Forum
Home : General : Perl Programming :

File Creation

Quote Reply
File Creation
How can you create a file when the name of the file you want to create, contains forward slashes - for example, file/name. If you attempt to create the file in the normal way (using OPEN..CLOSE), you get an error as the server tries to create a file named 'name' in a (non-existent) subdirectory called 'file' in the directory you are trying to create the file 'file/name'. The forward slash needs to be preserved in the filename. Ideas?

----
Cheers,

Dan
Founder and CEO

LionsGate Creative
GoodPassRobot
Magelln
Subject Author Views Date
Thread File Creation dan 7206 Dec 14, 2003, 11:43 AM
Thread Re: [dan] File Creation
Coombes 7083 Dec 14, 2003, 12:04 PM
Thread Re: [Coombes] File Creation
dan 7122 Dec 14, 2003, 12:17 PM
Thread Re: [dan] File Creation
Coombes 7063 Dec 14, 2003, 1:26 PM
Thread Re: [Coombes] File Creation
dan 7105 Dec 14, 2003, 1:44 PM
Post Re: [dan] File Creation
Coombes 7049 Dec 14, 2003, 3:23 PM