طريقة System::IO::DirectoryInfo::GetFileSystemInfos
محتويات
[
يخفي
]DirectoryInfo::GetFileSystemInfos() method
تُرجِع مصفوفة تحتوي على مؤشرات مشتركة إلى كائنات FileSystemInfo تمثل جميع الملفات والأدلة الموجودة في الدليل الذي يمثله الكائن الحالي.
ArrayPtr<FileSystemInfoPtr> System::IO::DirectoryInfo::GetFileSystemInfos()
انظر أيضًا
- Typedef ArrayPtr
- Typedef FileSystemInfoPtr
- Class DirectoryInfo
- Namespace System::IO
- Library Aspose.Page for C++
DirectoryInfo::GetFileSystemInfos(const String&) method
يبحث عن الملفات والأدلة التي تلبي معايير البحث المحددة في الدليل الذي يمثله الكائن الحالي.
ArrayPtr<FileSystemInfoPtr> System::IO::DirectoryInfo::GetFileSystemInfos(const String &searchPattern)
| Parameter | Type | الوصف |
|---|---|---|
| searchPattern | const String& | نمط الاسم للملفات والأدلة المراد البحث عنها |
ReturnValue
مصفوفة من المؤشرات المشتركة إلى كائنات FileSystemInfo تمثل الملفات والأدلة التي تم العثور عليها والتي تتطابق أسماؤها مع searchPattern
انظر أيضًا
- Typedef ArrayPtr
- Typedef FileSystemInfoPtr
- Class String
- Class DirectoryInfo
- Namespace System::IO
- Library Aspose.Page for C++
DirectoryInfo::GetFileSystemInfos(const String&, SearchOption) method
يبحث عن الملفات والأدلة التي تلبي معايير البحث المحددة إما في الدليل الذي يمثله الكائن الحالي أو في شجرة الأدلة الكاملة المتجذرة في الدليل الذي يمثله الكائن الحالي.
ArrayPtr<FileSystemInfoPtr> System::IO::DirectoryInfo::GetFileSystemInfos(const String &searchPattern, SearchOption searchOption)
| Parameter | Type | الوصف |
|---|---|---|
| searchPattern | const String& | نمط الاسم للملفات والأدلة المراد البحث عنها |
| searchOption | SearchOption | يحدد ما إذا كان يجب إجراء البحث في الدليل الذي يمثله الكائن الحالي فقط أم في شجرة الأدلة الكاملة المتجذرة في الدليل الذي يمثله الكائن الحالي |
ReturnValue
مصفوفة من المؤشرات المشتركة إلى كائنات FileSystemInfo تمثل الملفات والأدلة التي تم العثور عليها والتي تتطابق أسماؤها مع searchPattern
انظر أيضًا
- Typedef ArrayPtr
- Typedef FileSystemInfoPtr
- Class String
- Enum SearchOption
- Class DirectoryInfo
- Namespace System::IO
- Library Aspose.Page for C++