mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-13 12:12:20 -06:00
Removed unused files, code cleanup
This commit is contained in:
3
lib/helpers/file_helpers.dart
Normal file
3
lib/helpers/file_helpers.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
String extractFilenameFromPath(String path) {
|
||||
return path.split(RegExp('[./]')).reversed.skip(1).first;
|
||||
}
|
||||
Reference in New Issue
Block a user