[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSFileHandle, initForWritingAtPath, and O_CREAT
From: |
Dan Hitt |
Subject: |
Re: GSFileHandle, initForWritingAtPath, and O_CREAT |
Date: |
2 Aug 2003 10:07:57 -0400 |
Hi Richard,
Thanks for your mail, NSFileManager indeed lets you create files, which
can then be written using a handle. You've really helped me.
dan
...
>> Thanks in advance for any advice on a better way to open a non-existent
>> file for writing.
...
>NSFileHandle doen't have a mechanism to create files ... for that you
>use NSFileManager.
...