System::IO::File::OpenWrite method
File::OpenWrite method
Ouvre le fichier spécifié en écriture seule, en mode ‘OpenOrCreate’ sans partage.
static FileStreamPtr System::IO::File::OpenWrite(const String &path)
| Paramètre | Type | Description |
|---|---|---|
| chemin | const String& | Le chemin du fichier à ouvrir |
ReturnValue
Un objet FileStream associé au fichier ouvert.
Voir aussi
- Typedef FileStreamPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++