Hi all, Can Access create a new folder in windows? Thanks Geeves1293
T Tom Wickerath Mar 29, 2008 #3 Hi Geeves, Sure, just use something like this to create a folder named MyNewDir that is child to your current folder: MkDir CurrentProject.Path & "\MyNewDir" You can download a working example from here: http://www.seattleaccess.org/downloads.htm See the download for October 2006, "Compilation of Tools". The example can be found in the ProcError section of the RearrangePFA function, in the basRearrange module. Tom Wickerath Microsoft Access MVP http://www.accessmvp.com/TWickerath/ http://www.access.qbuilt.com/html/expert_contributors.html __________________________________________
Hi Geeves, Sure, just use something like this to create a folder named MyNewDir that is child to your current folder: MkDir CurrentProject.Path & "\MyNewDir" You can download a working example from here: http://www.seattleaccess.org/downloads.htm See the download for October 2006, "Compilation of Tools". The example can be found in the ProcError section of the RearrangePFA function, in the basRearrange module. Tom Wickerath Microsoft Access MVP http://www.accessmvp.com/TWickerath/ http://www.access.qbuilt.com/html/expert_contributors.html __________________________________________