Reuben Cummings
reuben at gfconsultants.com
Thu Dec 18 11:16:03 CST 2003
Erwin, thanks for the indepth help there, buddy :) I like very non-technical solutions. Anyhow, in A2K I get the good old "User-defined type not defined" on the line "Dim fs As FileSystemObject" I assume that means I am either missing a reference or it's just not available for A2K. Which is it? Reuben Cummings GFC, LLC phone: 812.523.1017 email: reuben at gfconsultants.com > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Erwin Craps - > IT Helps > Sent: Thursday, December 18, 2003 11:52 AM > To: Access Developers discussion and problem solving > Subject: RE: [AccessD] Copy a Directory > > > > Windows Explorer > Right Click on the folder > select Copy > Go to the destination folder and click right on it > Select paste > . > . > . > . > . > :-) > Sorry, I couldn't resists to put in a funny note. > Use the files system object as John proposed. > Thats the easyiest way. The VBA dir and copy command need more > programming. > > > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of John W. Colby > Sent: Thursday, December 18, 2003 5:43 PM > To: Access Developers discussion and problem solving > Subject: RE: [AccessD] Copy a Directory > > Use the file system object per my email of last week? > > John W. Colby > www.ColbyConsulting.com > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Reuben > Cummings > Sent: Thursday, December 18, 2003 11:33 AM > To: AccessD > Subject: [AccessD] Copy a Directory > > > First, thanks everyone for pointing out the fieldname length issue in > dBase. > I am past that now. > > However, now I want to copy the directory that I have placed these 14 > dBase files in and copy it to a floppy. > > How do I copy an entire directory to another location? > > Thanks. > > Reuben Cummings > GFC, LLC > phone: 812.523.1017 > email: reuben at gfconsultants.com > > > > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > > > > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >