طريقة System::IO::File::Exists
File::Exists method
يحدد ما إذا كان المسار المحدد يشير إلى ملف موجود.
static bool System::IO::File::Exists(const String &path)
| معامل | نوع | الوصف |
|---|---|---|
| مسار | const String& | المسار للاختبار |
ReturnValue
صحيح إذا كان path يشير إلى ملف موجود، وإلا - خطأ
انظر أيضًا
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Font for C++