Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Explanation FilePut method
Message
De
08/03/2013 10:19:00
 
 
À
08/03/2013 09:07:20
Information générale
Forum:
ASP.NET
Catégorie:
Visual Studio
Divers
Thread ID:
01567850
Message ID:
01567857
Vues:
27
>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.....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform