fopen
fopen
- Subject: fopen
- From: email@hidden
- Date: Fri, 28 Dec 2007 10:35:25 +0100
Hi
With codewarrior I was using the fopen fonction with
file = fopen("HD:Folder1:Folder2:MyFiles",mode);
fprintf(file, ....
now with XCode
this generate a file named "HD:Folder1:Folder2:MyFiles" which is
create in application folder if launch from XCode and in "HD" if It's
launch from the finder.
I've try to use the fonction SetVol but with no success.
I know I could use FSOpen, FSWrite but then I'll have thousand
modification in my code.
Any idea?
Regards
Vincent HOFFMANN
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- Follow-Ups:
- Re: fopen
- From: Jean-Daniel Dupas <email@hidden>