System::IO::Path::Combine methode
inhoud
[
verbergen
]Path::Combine(const ArrayPtr<String>&) method
Combineert de opgegeven padsegmenten tot één pad en voegt indien nodig directory‑scheidingsteken‑tekens tussen de segmenten in.
static String System::IO::Path::Combine(const ArrayPtr<String> &paths)
| Parameter | Type | Beschrijving |
|---|---|---|
| paths | const ArrayPtr<String>& | Een array met padsegmenten om te combineren |
ReturnValue
Het gecombineerde pad
Zie ook
- Class String
- Typedef ArrayPtr
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++
Path::Combine(const String&, const String&) method
Combineert twee opgegeven padsegmenten tot één pad en voegt indien nodig een directory‑scheidingsteken‑karakter tussen de segmenten in.
static String System::IO::Path::Combine(const String &path1, const String &path2)
| Parameter | Type | Beschrijving |
|---|---|---|
| path1 | const String& | Het eerste padsegment |
| path2 | const String& | Het tweede padsegment |
ReturnValue
Het gecombineerde pad
Zie ook
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++
Path::Combine(const String&, const String&, const String&) method
Combineert drie opgegeven padsegmenten tot één pad en voegt indien nodig directory‑scheidingsteken‑karakters tussen de segmenten in.
static String System::IO::Path::Combine(const String &path1, const String &path2, const String &path3)
| Parameter | Type | Beschrijving |
|---|---|---|
| path1 | const String& | Het eerste padsegment |
| path2 | const String& | Het tweede padsegment |
| path3 | const String& | Het derde padsegment |
ReturnValue
Het gecombineerde pad
Zie ook
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++
Path::Combine(const String&, const String&, const String&, const String&) method
Combineert vier opgegeven padsegmenten tot één pad en voegt indien nodig directory‑scheidingsteken‑karakters tussen de segmenten in.
static String System::IO::Path::Combine(const String &path1, const String &path2, const String &path3, const String &path4)
| Parameter | Type | Beschrijving |
|---|---|---|
| path1 | const String& | Het eerste padsegment |
| path2 | const String& | Het tweede padsegment |
| path3 | const String& | Het derde padsegment |
| path4 | const String& | Het vierde padsegment |
ReturnValue
Het gecombineerde pad
Zie ook
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++