|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Is it possible to move a folder with Access?
How can I move a folder (with files + subfolders) to another location. Ex. tim from c:\tmp\tim to c:\programfiles\tim.
|
|
#2
|
|||
|
|||
|
Using
object.CopyFolder source, destination[, overwrite] object.MoveFolder source, destination object.DeleteFolder folderspec[, force] What does the object mean? Does anyone have an example of how to use these in access? Do I have to import references? I always have an error object requiered. Tx |
|
#3
|
||||
|
||||
|
object refers to the File System Object.
http://www.devguru.com/Technologies...stemobject.html http://www.winnetmag.com/WindowsScr.../8184/8184.html |
|
#4
|
|||
|
|||
|
I read it and I conclude that I can't use these functions in MS Access. Is there a way I can use VBScript in Access? He doesn't seem to recognize the filesystemobject.
Or am I wrong or just to stupid to understand? ;-) Oh yes, I forgot to mention I have to use this in MS Access. (VBA for access) |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Is it possible to move a folder with Access? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|