Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Explanation FilePut method
Message
From
08/03/2013 10:19:00
 
 
To
08/03/2013 09:07:20
General information
Forum:
ASP.NET
Category:
Visual Studio
Miscellaneous
Thread ID:
01567850
Message ID:
01567857
Views:
26
>I hope someone could help.
>I am using this method in C#.
>
>Microsoft.VisualBasic.FileSystem.FilePut(file_num, "aaa",-1)
>
>Id like to know what '-1' can mean.
>MSDN writes it is "record number (Random mode files) or byte number (Binary mode files) at which writing starts".
>But it does not make sense (at least for me) as there is no -1 record.
>However, the code snippet works fine.

Doesn't seem to be documented but I'd assume it means 'write to the current position'.
In v2.0 this parameter was optional and, if omitted, had the above meaning.....
Previous
Reply
Map
View

Click here to load this message in the networking platform