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