mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
fix #92
This commit is contained in:
@@ -72,6 +72,7 @@ extension FileSystemEntityExt on FileSystemEntity {
|
||||
}
|
||||
|
||||
extension FileExtension on File {
|
||||
/// Get the file extension, not including the dot.
|
||||
String get extension => path.split('.').last;
|
||||
|
||||
/// Copy the file to the specified path using memory.
|
||||
|
Reference in New Issue
Block a user