Nov. 3, 2015
10:10 a.m.
Hi, Does anyone know of a way to get the path a symbolic link points to? For example, I have a file /foo/x, and a symbolic link /foo/bar/link, which points to /foo/x. I would like to get the path /foo/x (or ../x) somehow from /foo/bar/link Skip
Nov. 3, 2015
12:08 p.m.
Hoi Skip--
Does anyone know of a way to get the path a symbolic link points to? For example, I have a file /foo/x, and a symbolic link /foo/bar/link, which points to /foo/x. I would like to get the path /foo/x (or ../x) somehow from /foo/bar/link
You could parse the output from a CommandShell command (from the OSProcess package). -C -- Craig Latta netjam.org +31 6 2757 7177 (SMS ok) + 1 415 287 3547 (no SMS)
3923
Age (days ago)
3923
Last active (days ago)
1 comments
2 participants
participants (2)
-
Craig Latta -
Skip Lentz