For Programmers: Free Programming Magazines  


Home > Archive > PERL Miscellaneous > March 2004 > Absolute and relative path









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Absolute and relative path
Bengan

2004-03-31, 1:38 am

Newbie question:
Please expalin the difference between absolute and relative path.

Regards Berrna


Jacob Heider

2004-03-31, 1:38 am

On Wed, 31 Mar 2004 07:26:46 +0200, Bengan wrote:

> Newbie question:
> Please expalin the difference between absolute and relative path.
>
> Regards Berrna


Absolute path starts with the character '/'. It is relative to the root
directory (or root of a drive under Windows). Relative paths start with
any other character. They are relative to the current working directory.

HTH
Jacob

P.S. Was this about Perl?
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com