View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bill_morgan bill_morgan is offline
external usenet poster
 
Posts: 29
Default FileSystem.RMDIR

Friends,

Excel 2000 running in XP

The following code works fine
FileSystem.MkDir "c:\lion"

However, I get error 75 (path/file access error) when I run:
FileSystem.RmDir "c:\lion"

C:\lion is an empty directory. Any ideas what's wrong? Thanks for your help
....

bill morgan