Bug in pathContentOfSymbolicLinkAtPath?
Bug in pathContentOfSymbolicLinkAtPath?
- Subject: Bug in pathContentOfSymbolicLinkAtPath?
- From: j o a r <email@hidden>
- Date: Sat, 1 Sep 2001 17:44:48 -0700
Hello,
Could any one explain why "pathContentOfSymbolicLinkAtPath:" from
NSFileManager returns "private/etc" when I feed it"/etc"? Shouldn't it
be "/private/etc/"?
The docs state:
//************************************************************************
*********
pathContentOfSymbolicLinkAtPath:
- (NSString *)pathContentOfSymbolicLinkAtPath:(NSString *)cStringPath
Returns the actual path of the directory or file that the symbolic link
cStringPath refers to. Returns nil upon failure.
//************************************************************************
*********
j o a r