Files
Files copied to clipboard
Building the best file manager for Windows
### Description UAC里 4个级别都逐一设置并且重启,还是无法实行拖放。 系统:Windows 10 版本1:预览版 版本2:3.7.7.0(经典) ### Steps To Reproduce - ### Requirements - e.g. Fix crash that occurs when... ### Files Version 3.7.7.0 ### Windows Version 10...
### What feature or improvement do you think would benefit Files? We initially chose Win32 Shell APIs for file operations because we wanted the file operations to continue even after...
### Description This is totally not needed just to create a context flyout item with IRichCommand and it can be merged into ContextMenuFlyoutItemViewModel (or simplified name: ContextFlyoutItemModel). In my research...
### Description as the title. Usage: https://github.com/microsoft/devhome/blob/main/Directory.Build.props ### Concerned code - csproj and vcxproj files ### Gains - Reduced lines. - Avoid forgetting to add required properties - Avoid duplications...
### Description [FileLogger](https://github.com/files-community/Files/blob/main/src/Files.Shared/Utils/Logger/FileLogger.cs) should send logs to a `BackgroundService` because `ILogger` is not meant to do IO operations. Related issue: https://github.com/dotnet/extensions/issues/2141 Related discussion: https://github.com/dotnet/runtime/discussions/87949 ### Concerned code https://github.com/files-community/Files/blob/39c2f9cb4ebf16c6ad21f1737672b4fac829eae4/src/Files.Shared/Utils/Logger/FileLogger.cs ### Gains...
### Description ``` using (var stream = File.OpenRead(_item.ItemPath)) ``` to ``` await using (var stream = File.OpenRead(_item.ItemPath)) ``` In .NET, classes that own unmanaged resources usually implement the [IDisposable](https://learn.microsoft.com/en-us/dotnet/api/system.idisposable) interface...
### What feature or improvement do you think would benefit Files? ### Benefits of Converting Multiple Localized Strings to ICU Message Format By adopting the ICU message format, the overall...
### The Idea: I have pretty massive numbers of files, and I have been constantly frustrated about the default duplicate finder, which only appears to find duplicate names. I would...
### What feature or improvement do you think would benefit Files? The toolbar where copy/paste icons are, needs another icon to assign a tag to the current selected file. ###...
### What feature or improvement do you think would benefit Files? I would really enjoy and value being able to move around each file from one tag group to another...