Does anyone know what this means? Command: (acet-file-attr "c:\testfolder") 8208 I have a newly installed ACAD 2004 and I was trying to setup the MOVEBAK folder. I kept getting: "Not a directory: c:\testfolder". Looking at the Express Tools movebak.lsp file, I'm fairly sure this part of the code is related to the problem. (if (and new (/= "" new) (/= ":\" (substr new 2)) (/= Acet:DIRECTORY (acet-file-attr new)) ) ; here - returns 8208 (progn (princ (acet-str-format "Not a directory: %1" new)) (setq new nil) ) ) Workaround was this at the command line (setenv "AcetMoveBack" "c:\testfolder") which did the trick. But I'm still curious... If I knew what 8208 meant, maybe I'd have a clue about why MOVEBAK thinks it can't use that folder. I doubt it matters, but the C: drive on this machine is a RAID mirror setup. Thanks Joe Burke