zhuyijing

Results 1 issues of zhuyijing

**Describe the bug** ``` static String basename(dynamic entity, [bool showFileExtension = true]) { if (entity is Directory) { return entity.path.split('/').last; } else if (entity is File) { return (showFileExtension) ====>...