add modify read plain text file properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know if it is possible to either add, modify or read the
properties of a plain text (*.txt) file using Visual Basic 2005? I know it's
possible with Office Documents like Word or Excel, but I haven't been able to
find any references to plain text files.
 
Does anyone know if it is possible to either add, modify or read the
properties of a plain text (*.txt) file using Visual Basic 2005? I know
it's
possible with Office Documents like Word or Excel, but I haven't been able
to
find any references to plain text files.

Sure. Use a streamreader and streamwriter and manipulate the string.










--
_____ _ _
|_ _| | | | |
| | __ _ _ __ ___ | |__| | ___ _ __ ___ ___ _ __
| | / _` | '_ ` _ \ | __ |/ _ \| '_ ` _ \ / _ \ '__|
_| |_ | (_| | | | | | | | | | | (_) | | | | | | __/ |
|_____| \__,_|_| |_| |_| |_| |_|\___/|_| |_| |_|\___|_|
__ ____
/ _| | _ \
___ | |_ | |_) | ___ _ __ __ _
/ _ \| _| | _ < / _ \| '__/ _` |
| (_) | | | |_) | (_) | | | (_| |_
\___/|_| |____/ \___/|_| \__, (_)
__/ |
|___/
 
Back
Top