GetPrevDirectoryPath function

String GetPrevDirectoryPath(
  1. String dirPath
)

Implementation

String GetPrevDirectoryPath(
  String dirPath,
) => _module.GetPrevDirectoryPath(dirPath);