Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

readlink()

Status
Not open for further replies.

whygh

Programmer
Apr 18, 2005
16
CA
Hello Everyone,

I am very new to Perl, I am wondering if Perl surport Symlink () and readlink() in Windows XP?

Thank you!
 

99% no, sorry.


``The wise man doesn't give the right answers,
he poses the right questions.''
TIMTOWTDI
 
Code:
$ perldoc -f readlink
       readlink EXPR
       readlink
               Returns the value of a symbolic link, if symbolic links are
               implemented.  If not, gives a fatal error.  If there is some
               system error, returns the undefined value and sets "$!"
               (errno).  If EXPR is omitted, uses "$_".

HTH
--Paul

cigless ...
 
Sorry misread question, XP doesn't support the notion of symlinks AFAIK
--Paul

cigless ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top