Rename Folder

  • Thread starter Thread starter Tom
  • Start date Start date
Allen

Could you give an example f the code please

Thanks for your assistance

Tom
 
Example, courtesy of the Help file.

Renames a disk file, directory, or folder.
Syntax:
Name oldpathname As newpathname
 
Thanks Wayne

The Access Help file on this pc has not wanting to open hence the request
for code sample.

Tom
 
It's just a matter of:
Name "C:\MyFolder\MySub" As "C:\MyFolder\MyNewName"
 

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. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top