| Author |
Message |
Herman Mayfarth
Guest
|
Posted:
Wed Dec 29, 2004 3:59 am Post subject:
Search path "gotcha" |
|
|
A2K5
Perhaps everyone else here knows this, but I just found it out...
It appears that a directory called:
c:\Documents and Settings\<login name>\My Documents
lives at the head of the AutoCAD file search path, although its name
does *not* appear in the Support File Search Path displayed by the
Options command...
The way I discovered it is that one of my (autoload) statements was
working incorrectly.
It turns out there was a file of the same name as the one I wanted to
load (but not the file I needed), located in the above mentioned
directory, which caused (autoload) & also (findfile) to find that file,
not the one which I wanted to load.:(
Anyone know of a way to remove this (unwanted) directory from the
search path?
|
|
| Back to top |
|
 |
Herman Mayfarth
Guest
|
Posted:
Wed Dec 29, 2004 4:43 am Post subject:
Re: Search path "gotcha" |
|
|
Sheesh,
The (unaltered) startup directory shows:
C:\<install directory>\User Data Cache\
(?)
Changing that to D:\
removes the first mentioned directory from the search path, & all is
well..
Thanks, Robert.:) |
|
| Back to top |
|
 |
Walt Engle
Guest
|
Posted:
Wed Dec 29, 2004 9:11 am Post subject:
Re: Search path "gotcha" |
|
|
I see you're using 2005. I have 2004 and this is shown at the head of my
search file path and I don't understand why it isn't shown in your pathing.
Anyway, I don't know about 2005 yet.
|
|
| Back to top |
|
 |
R. Robert Bell
Guest
|
Posted:
Wed Dec 29, 2004 9:33 am Post subject:
Re: Search path "gotcha" |
|
|
Herman,
This isn't happening to me, but then, the icon I start my vanilla version of
AutoCAD specifies C:\Temp as the startup location. If you change the startup
location of your icon does that alter the behavior?
--
R. Robert Bell
"Herman Mayfarth" <NoSpam@me.net> wrote in message
news:VA.0000011f.0671631a@me.net...
A2K5
Perhaps everyone else here knows this, but I just found it out...
It appears that a directory called:
c:\Documents and Settings\<login name>\My Documents
lives at the head of the AutoCAD file search path, although its name
does *not* appear in the Support File Search Path displayed by the
Options command...
The way I discovered it is that one of my (autoload) statements was
working incorrectly.
It turns out there was a file of the same name as the one I wanted to
load (but not the file I needed), located in the above mentioned
directory, which caused (autoload) & also (findfile) to find that file,
not the one which I wanted to load.:(
Anyone know of a way to remove this (unwanted) directory from the
search path? |
|
| Back to top |
|
 |
Walt Engle
Guest
|
Posted:
Wed Dec 29, 2004 9:38 am Post subject:
Re: Search path "gotcha" |
|
|
I wonder if the setting is "hidden" and perhaps there's a way to show
hidden folders. |
|
| Back to top |
|
 |
R. Robert Bell
Guest
|
Posted:
Wed Dec 29, 2004 10:34 am Post subject:
Re: Search path "gotcha" |
|
|
Glad I could "help"!
--
R. Robert Bell
"Herman Mayfarth" <NoSpam@me.net> wrote in message
news:VA.00000120.06998332@me.net...
Sheesh,
The (unaltered) startup directory shows:
C:\<install directory>\User Data Cache\
(?)
Changing that to D:\
removes the first mentioned directory from the search path, & all is
well..
Thanks, Robert.:) |
|
| Back to top |
|
 |
Tony Tanzillo
Guest
|
Posted:
Wed Dec 29, 2004 10:48 am Post subject:
Re: Search path "gotcha" |
|
|
"Herman Mayfarth" <NoSpam@me.net> wrote
| Quote: |
The (unaltered) startup directory shows:
C:\<install directory>\User Data Cache\
Changing that to D:\
removes the first mentioned directory from the search path, & all is
well..
|
This isn't all that strange. Starting AutoCAD from the
program icon causes it to use the "MyDocuments" folder
(MYDOCUMENTSPREFIX sysvar) in lieu of the hidden
UserDataCache folder, if your Start In folder is set to
that value.
Starting AutoCAD by double-clicking a DWG icon, causes
it to insert the path to the .DWG file into the library search
path.
So, if you're having a problem with search paths, then
it could just as easily occur as a result of nothing more
than opening a drawing in the same (MyDocuments)
folder.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005
http://www.acadxtabs.com |
|
| Back to top |
|
 |
Herman Mayfarth
Guest
|
Posted:
Wed Dec 29, 2004 3:47 pm Post subject:
Re: Search path "gotcha" |
|
|
OK. Got it.
Thanks, guys. |
|
| Back to top |
|
 |
|
|
|
|