Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: How does compare the relationship between two file system paths in a portable way?

by quester (Vicar)
on Aug 18, 2009 at 04:29 UTC ( [id://789336]=note: print w/replies, xml ) Need Help??


in reply to Re^3: How does compare the relationship between two file system paths in a portable way?
in thread How does one compare the relationship between two file system paths in a portable way?

Note however that it's not forbidden for a Unix filesystem to allow directory *hard*links. Not sure if Perl runs on any system that has a filesystem where that is allowed.

You can run Perl on Cygwin. A standard Cygwin installation will always have the equivalent of at least one hardlink.

Usually the Windows directory that stores the Cygwin root directory will be in the default location C:\cygwin. Under Cygwin, that is mounted as /, but it can also be accessed as /cygdrive/c/cygwin. Both the drive leter (c) and directory name (cygwin) can be changed during installation.
  • Comment on Re^4: How does compare the relationship between two file system paths in a portable way?
  • Select or Download Code

Replies are listed 'Best First'.
Re^5: How does compare the relationship between two file system paths in a portable way?
by JavaFan (Canon) on Aug 18, 2009 at 09:25 UTC
    Note that I didn't just say "hardlinks". I said "directory hardlinks". That is:
    $ mkdir One $ ln -d One Two
    Cygwin allows that?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://789336]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-18 06:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found