View Single Post
Old 25-03-2009, 13:29   #6
Raistlin
Inactive
 
Join Date: Feb 2004
Location: There's no place like 127.0.0.1
Services: Depends on the person and the price they're offering
Posts: 12,384
Raistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered stars
Raistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered starsRaistlin is seeing silvered stars
Re: need help with pointing to an ubuntu directory. Using LAMPP

"." is the file system's internal reference to the folder that you're currently in.

".." is the file system's internal reference to the parent folder for the folder that you're currently in.

---------- Post added at 14:29 ---------- Previous post was at 14:28 ----------

If you go to a command prompt and type dir you will get a listing of the directory contents, and should see that the first to entries are:
Code:
.
..
Raistlin is offline   Reply With Quote