ok, so i know how to write to an existing file, how do i create the file,
if it doesn't exist? i want to do something like,
pseudocode -- ewww!
if the file exists{
write to it
}
if the file does not exist{
create it
write to it
}
close the file
- RE: create a new file Nichole Bialczyk
- RE: create a new file Andrew Prueser
- Re: create a new file Casey West
- Re: create a new file Paul
- Re: create a new file bobby robinson
- RE: create a new file Brent Michalski
- thanks Re: create a new file Nichole Bialczyk
