GetPrevDirectoryPath abstract method

String GetPrevDirectoryPath(
  1. String dirPath
)

Get previous directory path for a given path

Implementation

String GetPrevDirectoryPath(
  String dirPath,
);