find XRef with relative apth

Discussion in 'AutoCAD' started by Marco Caprez, Jul 31, 2003.

  1. Marco Caprez

    Marco Caprez Guest

    Hi,
    How can I find the full name (incl. path) for an XRef if the XRef has a
    relative path? The XRefManager shows me where it found a drawing. How can I
    make sure to find the same drawing? Do I search the ACAD-Search pathes (what
    was the exact order again?)?

    Any hints in VLisp or VBA?

    Thanks
     
    Marco Caprez, Jul 31, 2003
    #1
  2. Marco Caprez

    Rudy Tovar Guest

    (tblsearch "block" "<name>")

    --
    Rodolfo Tovar
    www.Cadentity.com
    AUTODESK
    Authorized Developer
    MASi
    (Modulated Architectural Symbols Innovated)
    Version 2.01
    6 yrs Time Tested and it Works....
    Coming Soon.....
     
    Rudy Tovar, Jul 31, 2003
    #2
  3. Marco Caprez

    Jeff Mishler Guest

    (findfile xref) will look in the same places that the drawing that loads it
    does when no specific path is stored with the xref. Findfile returns the
    full path and file name.

    HTH,
    Jeff
     
    Jeff Mishler, Jul 31, 2003
    #3
  4. Marco Caprez

    Marco Caprez Guest

    Thanks Jeff

    Does findfile look in the same order as acad? If I have 2 or more files that
    could be find, can I be sure findfile finds the same as acad?
     
    Marco Caprez, Aug 5, 2003
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.