Is there an equivalent in C#.NET for the VB.NET FreeFile() function?
VB FreeFile() Function in C#?
Collapse
This topic is closed.
X
X
-
zacks@construction-imaging.comTags: None -
Martin Bonner
Re: VB FreeFile() Function in C#?
On Mar 18, 3:53 pm, za...@construct ion-imaging.com wrote:Well there's always:Is there an equivalent in C#.NET for the VB.NET FreeFile() function?
Microsoft.Visua lBasic.FreeFile ()
.... but it isn't much use because in C# you don't supply a filenumber
to the functions which open a file, so you don't need FreeFile().
Look up "How to: Read Text from a File" in MSDN.
-
zacks@construction-imaging.com
Re: VB FreeFile() Function in C#?
On Mar 18, 12:05 pm, Martin Bonner <martinfro...@y ahoo.co.ukwrote :I realized I didn't need it after I posted the request. Thanks anyway.On Mar 18, 3:53 pm, za...@construct ion-imaging.com wrote:
>>Is there an equivalent in C#.NET for the VB.NET FreeFile() function?
Well there's always:
>
Microsoft.Visua lBasic.FreeFile ()
>
... but it isn't much use because in C# you don't supply a filenumber
to the functions which open a file, so you don't need FreeFile().
>
Look up "How to: Read Text from a File" in MSDN.
Comment
Comment