Penguin

Differences between current version and previous revision of FullPath.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Sunday, August 10, 2003 4:48:51 pm by CraigBox
Older page: version 1 Last edited on Sunday, August 10, 2003 4:38:37 pm by DanielLawson Revert
@@ -1,7 +1,7 @@
 A fully qualified path name - one that is absolute to the top of your filesystem. 
  
-/etc/X11/XF86Config-4 is an example of a FullPath  
-C:\Windows\System32\MFC42.dll is also an example of a FullPath 
+/etc/X11/XF86Config-4 is an example of a FullPath %%%  
+C:\Windows\System32\MFC42.dll is also an example of a FullPath %%%  
 ../X11/XF86Config-4 is not a full path - its relative to the current working directory ([CWD]) 
  
 The unix command 'pwd' will show you the full path of the current working directory