no message

This commit is contained in:
Toki 2023-01-24 19:27:55 +09:00
parent b31ea4db7c
commit efb3ee48fd

View file

@ -2,7 +2,7 @@ import 'dart:io';
import 'dart:async';
import 'package:path/path.dart' as path;
enum FileType { none, file file, directory, link }
enum FileType { none, file, directory, link }
class Path {
static String? getParent(String path) {