Get Directory and Filename from Path

Splits a path into a separate directory and filename.

 

Input Arguments

 

0

String

Path

The source file path.

 

Return Arguments

 

1

String

Directory

The path’s directory portion.

2

String

Filename

The path’s filename portion.

 

Returned Status

 

SUCCESS

The path was split successfully.

FAILURE

An invalid path was provided.

 

Remarks

None.