filePath static method

String filePath(
  1. String path
)

Get file path without file name from this

Implementation

static String filePath(String path) => path.removeLast(path.fileName.length);