System::IO::File::CreateText yöntemi
File::CreateText method
UTF-8 kodlu metin yazmak için yeni bir dosya oluşturur veya mevcut dosyayı açar.
static StreamWriterPtr System::IO::File::CreateText(const String &path)
| Parametre | Tür | Açıklama |
|---|---|---|
| yol | const String& | Oluşturulacak veya açılacak dosyanın yolu |
ReturnValue
Belirtilen dosyayla ilişkili StreamWriter nesnesine bir paylaşımlı işaretçi
Ayrıca Bakınız
- Typedef StreamWriterPtr
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++