Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Determining symlink target

I should have clarified.  I meant the target path.  Not the target
content.

my/path/a.txt (FileMode.SYMLINK) somehow points to my/path/b.txt
my/path/b.txt (FileMode.REGULAR)

I want to know the target path for my/path/a.txt.

-J


Back to the top