Flowdock
readlink(p1) public

Returns the name of the file referenced by the given link. Not available on all platforms.

File.symlink("testfile", "link2test")   #=> 0
File.readlink("link2test")              #=> "testfile"
Show source
Register or log in to add new notes.