mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Sort file entries by name
This commit is contained in:
@@ -128,6 +128,7 @@ impl Localhost {
|
||||
/// ### list_dir
|
||||
///
|
||||
/// List files in current directory
|
||||
#[allow(dead_code)]
|
||||
pub fn list_dir(&self) -> Vec<FsEntry> {
|
||||
self.files.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user