Re: creating files to write data to?

2008-08-16 Thread FTB Accounts
Thanks, all for the responses. First I changed the path to write to. The folder is writable. On GetInfo for the folder "MYTEST", I have set "Read & Write" permissions for: You can, Owner, Group, & Others. Is there anything else I need to do to make it write to that folder? As a side note, I am

Re: creating files to write data to?

2008-08-15 Thread FTB Accounts
tually not how you do a string, you're missing the @ > in front of it. > > <http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSFileHandle_Class/Reference/Reference.html#//apple_ref/occ/instm/NSFileHandle/writeData:> > > Devon > > FTB Accou

Re: creating files to write data to?

2008-08-15 Thread FTB Accounts
I saw this post on the list previously. However I am still unable to write to a file... I have tried everything... Here is my code for my main.m file. What am I missing? I am running a Mac OS X 10.4.11 and editing with Xcode 2.2.1 HERE IS MY CODE FOR main.m: #import int main(int argc, char *a