Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Thursday, January 1, 2015

Absolute Pathnames

An absolute pathname starts with a slash ( / ), which represents the root directory. The slash is followed by the name of a file located in the root directory. It specifies the full name of every intermediate directory upto the actual file
An absolute pathname continues, tracing a path through all intermediate directories, to the file identified by the pathname.
The part of a pathname following the final slash is called a simple filename or basename.

No comments:

Post a Comment