Re: Support saving to network volumes

2008-05-30 Thread Alastair Houghton
On 30 May 2008, at 07:52, Robert Cerny wrote: Sorry for arguing with you, but it's cocoa question. But I could be probably more specific - is there anything I need to do to support saving to network volumes using this method? - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag We

Re: Support saving to network volumes

2008-05-30 Thread Jens Alfke
On 29 May '08, at 11:52 PM, Robert Cerny wrote: but it's cocoa question. But I could be probably more specific - is there anything I need to do to support saving to network volumes using this method? - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag That'll work fine. Be sure to

Re: Support saving to network volumes

2008-05-29 Thread Robert Cerny
Sorry for arguing with you, but it's cocoa question. But I could be probably more specific - is there anything I need to do to support saving to network volumes using this method? - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag Robert On 30.5.2008, at 8:46, stephen joseph butl

Re: Support saving to network volumes

2008-05-29 Thread stephen joseph butler
On Fri, May 30, 2008 at 1:36 AM, Robert Cerny <[EMAIL PROTECTED]> wrote: > Hello folks, > being more sysadmin than developer I'm very interested in the issue of > saving Photoshop files over network, which is discussed here: > and here >