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
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 Boldcodes.com
Linkedin LoginFile2, Optional ReadMethod
OR
File2, FileContent, Optional SaveMethod
OR
File2, FileContent, Optional SaveMethod
Views 5,561
Downloads 1,579
CodeID
DB ID
ANmarAmdeen
701
Revisions
v3.0
Tuesday
October
13
2020