Splits a path into a separate directory and filename.
0 |
String |
Path |
The source file path. |
1 |
String |
Directory |
The path’s directory portion. |
2 |
String |
Filename |
The path’s filename portion. |
SUCCESS |
The path was split successfully. |
FAILURE |
An invalid path was provided. |
None.