Re: How to detect symlinks?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to detect symlinks?
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: 2012年4月30日 01:11:02 -0500
On Mon, Apr 30, 2012 at 1:04 AM, Rena <hyperhacker@gmail.com> wrote:
> Thanks, that appears to work.
It also looks like the "mode" string for symlinkattributes will return
"link" for symbolic
links, so that would probably be simpler (and more self-documenting.)
> Still is there a way to open the link itself instead of the file it points to?
Just curious, why would you want to do that?
- Jeff