vl-directory-files & path

Discussion in 'AutoCAD' started by BillZ, May 17, 2004.

  1. BillZ

    BillZ Guest

    R2005 Vlisp:

    In the help files it says:
    "Return Values

    "A list of file and path names"

    But doesn't say how to get the path names for the list.

    Can I get the path and name of the directory?

    TIA

    Bill
     
    BillZ, May 17, 2004
    #1
  2. BillZ

    R.K. McSwain Guest


    (vl-directory-files [directory pattern directories])

    This lists all files in a given directory. If the 'directories' argument is 0 or -1, it will return directories. The path is whatever directory that you pass to the 'directory' argument.
     
    R.K. McSwain, May 17, 2004
    #2
  3. BillZ

    BillZ Guest

    That's what I thought!

    Thanks!


    Bill
     
    BillZ, May 17, 2004
    #3
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.