GetPrevDirectoryPath method

String GetPrevDirectoryPath(
  1. String dirPath
)

Implementation

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