|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Can anyone give me a starting place on a file system object. My vb is limited and I need to transfer info from a mainframe and place on my PC as a text file. Thanks
|
|
#2
|
|||
|
|||
|
look for the documentation on http://msdn.microsoft.com/library
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
'Add the Reference - "Microsoft Scipting Runtime"
'Declare a new File System Object Dim fso As New FileSystemObject 'Then do fso."whatever you want to do" fso.CreateTextFile "c:\testfile.txt" |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > file system objects |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|