rename file function

0

00ScarlettJohnson

What function I can use to rename file in a folder using access 97? Thanks.
 
J

John W. Vinson

What function I can use to rename file in a folder using access 97? Thanks.

Name "C:\path\oldfilename.ext" AS "C:\path\newfilename.ext"

John W. Vinson [MVP]
 
Top