can some one show me the way i would need to have vb open, create a file like
example: ftp://usr:passs@server.net/htdocs/file.txt
maybe something like this
Set fso = CreateObject("Scripting.FileSystemObject")
If...
I would like to know if its possible to open multiple files from one folder and add the contents of the file to the same file.
say each file has different numbers in it and i want to add those numbers and save them to one file
How do i remove a specific text/line from a text file without deleting the hole file.
i need the input CStr(Target) to be the specific text
like say that CStr(Target) = power
and i want to remove from the file user.txt
test
power
testing
powerfull
would become
file user.txt
test
testing
powerfull
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.