GetPrevDirectoryPath method

String GetPrevDirectoryPath(
  1. String dirPath
)

Implementation

String GetPrevDirectoryPath(
  String dirPath,
) => run(
  () => 'GetPrevDirectoryPath($dirPath)',
  () => rl.Core.GetPrevDirectoryPath(refStr(dirPath)).toD,
);