GetDirectoryPath abstract method

String GetDirectoryPath(
  1. String filePath
)

Get full path for a given fileName with path

Implementation

String GetDirectoryPath(
  String filePath,
);