System::IO::File::CreateText मेथड

File::CreateText method

UTF-8 एन्कोडेड टेक्स्ट लिखने के लिए नई फ़ाइल बनाता है या मौजूदा फ़ाइल खोलता है।

static StreamWriterPtr System::IO::File::CreateText(const String &path)
पैरामीटरप्रकारविवरण
पथconst String&फ़ाइल को बनाने या खोलने का पथ

ReturnValue

निर्दिष्ट फ़ाइल से जुड़ा हुआ StreamWriter ऑब्जेक्ट का एक साझा पॉइंटर

संबंधित देखें