J
jodyblau
I am using a FileSystemObject in my access databas. I am much more
familiar with programming in C++ than I am in Visual Basic.
My question is this.
I seem to have to create a FileSystemObject as follows:
Dim FSys As New FileSystemObject
Since I use the "New" keyword, do I need to delete teh
FileSystemObject when I am done, (as I would want to do if using C++ ?)
or does visual basic manage the memory for me?
Thanks,
Jody Blau
familiar with programming in C++ than I am in Visual Basic.
My question is this.
I seem to have to create a FileSystemObject as follows:
Dim FSys As New FileSystemObject
Since I use the "New" keyword, do I need to delete teh
FileSystemObject when I am done, (as I would want to do if using C++ ?)
or does visual basic manage the memory for me?
Thanks,
Jody Blau