How are you invoking rsync? With NSTask or system()?
On May 16, 2008, at 8:28 AM, JanakiRam wrote:
When i give this filename as part of rsync source file ( using --
files-from
) , rsync is treating this filename as 2 different file names ,
because
rsync expects each filen name separated by
On 16 May '08, at 7:28 AM, JanakiRam wrote:
When i give this filename as part of rsync source file ( using --
files-from
) , rsync is treating this filename as 2 different file names ,
because
rsync expects each filen name separated by \r.
Then it sounds like the author of rsync didn't tak
On Fri, May 16, 2008 at 3:28 PM, JanakiRam <[EMAIL PROTECTED]> wrote:
> When i give this filename as part of rsync source file ( using --files-from
> ) , rsync is treating this filename as 2 different file names , because
> rsync expects each filen name separated by \r.
> Hence my rsync command is
When i give this filename as part of rsync source file ( using --files-from
) , rsync is treating this filename as 2 different file names , because
rsync expects each filen name separated by \r.
Hence my rsync command is failing
JanakiRam.
On Fri, May 16, 2008 at 5:42 PM, Jean-Daniel Dupas <
On Fri, May 16, 2008 at 6:02 AM, JanakiRam <[EMAIL PROTECTED]> wrote:
> When i perform ls command it shows file name as "Icon?". When i perform cp
> command & tab it shows the file name as "Icon^M".
> Why Terminal does show different names for the same file.
Because the filename contains a non-pr
Yes, they all display it in a different way, and why is it a problem ?
What does it prevent you to do?
Le 16 mai 08 à 07:02, JanakiRam a écrit :
When i perform ls command it shows file name as "Icon?". When i
perform cp command & tab it shows the file name as "Icon^M".
Why Terminal does s
When i perform ls command it shows file name as "Icon?". When i perform cp
command & tab it shows the file name as "Icon^M".
Why Terminal does show different names for the same file. When i see it in
Finder it does show as "Icon".
Please advise. Thanks in Advance.
JanakiRam
On Thu, May 15, 2008
This has to do with non-printable characters in pathnames. Each
application can different how they visually represent these
characters. The terminal just replaces them with '?', the Finder
might use a space.
When you have a path from NSFileManager, leave it as is in the
NSString if you'
How do the two outputs differ from your expectations?
G.
On 15 May 2008, at 8:17 pm, JanakiRam wrote:
But its very important for me to fix. Please
help me.
My application is trying to enumerate the folders in inside a Mac
using NSFileManager API. But for some files its failing.
It looks l
"Icon\r" is an invisible file that contains a custom directory icon.
What make you think this file is handle in different way ?
The terminal displays '\r' as ^M but it's not a problem. Isn't it?
Le 15 mai 08 à 12:17, JanakiRam a écrit :
Hi All,
I'm facing an issue with NSFileManger directoryC
Hi All,
I'm facing an issue with NSFileManger directoryContentsAtPath API. This
seems to be an wried issue. But its very important for me to fix. Please
help me.
My application is trying to enumerate the folders in inside a Mac
using NSFileManager API. But for some files its failing.
It looks l
11 matches
Mail list logo