K
kimiraikkonen
Hi,
Should i call a kind of dispose or close function after using:
My.Computer.FileSystem.WriteAllText
or
My.Computer.FileSystem.ReadAllText
for next usage in order to leave resources empty / buffer flushing.
I read VB.NET's "using...." statement also closes open resources
"automatically" and shortens syntax for calling any close or dispose
method. Is this also valid for "my.computer.filesystem"?
Thanks
Should i call a kind of dispose or close function after using:
My.Computer.FileSystem.WriteAllText
or
My.Computer.FileSystem.ReadAllText
for next usage in order to leave resources empty / buffer flushing.
I read VB.NET's "using...." statement also closes open resources
"automatically" and shortens syntax for calling any close or dispose
method. Is this also valid for "my.computer.filesystem"?
Thanks