ASCII_Read + ASCII_Save

Reads and saves text file giving its full name
Used a lot in my tools, very handy tool
ReadMethod ...
'    =1, reads/saves using ADODB stream, used for UTF-8 Unicode files.
'    =2, reads/saves using FileSystemObject, does not work with UTF-8
'    =3, reads using 'Open+Input all bulk', Saves using 'Output'
'    =4, reads using 'Open+Input line by line', saves using 'Append'

Edit: 2020-10-13: Adding ability to avoid error if file is 0 bytes length when reading

CodeFunctionName
What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

File2, Optional ReadMethod
OR
File2, FileContent, Optional SaveMethod

Views 5,560

Downloads 1,579

CodeID
DB ID

ANmarAmdeen
671
Attachments
Revisions

v3.0

Tuesday
October
13
2020