Writing Files
Writing Files
- Subject: Writing Files
- From: Tyson Tate <email@hidden>
- Date: Sun, 29 Jun 2003 18:40:47 -0700
In my current Cocoa app, I'm using existing C code to write out
PostScript files. This works fine with:
f = fopen("test.ps", "wb");
And then using the standard streams to write out etc etc.
My question is, how might I go about letting the user specify the
location and name of that file using the standard MacOS X dialog boxes?
-Tyson
--
Tyson Tate, Editor
Entropy Magazine
"Nourishment For The Starved."
http://www.entropymag.net
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.