filePath function

String filePath(
  1. Object file
)

Implementation

String filePath(Object file) {
  return (file as File).path;
}