On Mon, 4 Apr 2011 22:19:07 -0500, Stephen J. Butler said:
>> I need to accept a filename from the user. Given the user supplied
>> filename, I form a fully qualified name:
>>
>> NSString* pathName = [NSHomeDirectory(),
>> stringByAppendingPathComponent:@"Documents"];
>> NSString* fullPathName = [
On Apr 4, 2011, at 8:08 PM, Jeffrey Walton wrote:
> Hi All,
>
> I need to accept a filename from the user.
Given the nature of the file system on iOS, do you really need to accept a file
name from the user, or just a document title? Unless your supporting users
syncing documents via some meth
On Apr 4, 2011, at 10:08 PM, Jeffrey Walton wrote:
> I need to accept a filename from the user. Given the user supplied
> filename, I form a fully qualified name:
>
> NSString* pathName = [NSHomeDirectory(),
> stringByAppendingPathComponent:@"Documents"];
> NSString* fullPathName = [pathName str
On Mon, Apr 4, 2011 at 10:08 PM, Jeffrey Walton wrote:
> I need to accept a filename from the user. Given the user supplied
> filename, I form a fully qualified name:
>
> NSString* pathName = [NSHomeDirectory(),
> stringByAppendingPathComponent:@"Documents"];
> NSString* fullPathName = [pathName