to link two directories!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • syringa
    New Member
    • Oct 2007
    • 3

    to link two directories!

    how can link two directories in php. Iam using php on linux platform.
    I want to something like this
    ln $dir1 $dir2 .
    Is this possible. I guess link () function link two files not directories.
    please help me in this regard .
    Thanks
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Hi Syringa,

    what exactly is it you mean by link two directories?

    Comment

    • ak1dnar
      Recognized Expert Top Contributor
      • Jan 2007
      • 1584

      #3
      Originally posted by syringa
      how can link two directories in php. Iam using php on linux platform.
      I want to something like this
      ln $dir1 $dir2 .
      Is this possible. I guess link () function link two files not directories.
      please help me in this regard .
      Thanks
      be a bit more specific, do you have an example of what you want to happend?

      Comment

      Working...