View Single Post
  #27  
Old 06-01-2005, 04:18 AM
Trevor Trevor is offline
True
Trevor's Avatar
Join Date: Mar 2003
Posts: 2,253
Trevor is on a distinguished road
Quote:
Originally Posted by protagonist
I figured that if one program had difficulty opening it, then another might as well.
You are a bit confused on the way filesystems work. When you access a file, you aren't actually opening each folder in the directory tree to get to it. You are directly accessing that file. You just have to tell the computer where to find it.

For an example open up your local terminal (or whatever it is called on Windows), and do a cd $path. You will notice for all values of $path that the execution time will be the same (try a really deep path and see).
__________________


name: Trevor Fancher
email: trevor at fancher dot org
home page: fancher.org
Reply With Quote