FarManager
FarManager copied to clipboard
`GetContentFieldsW`: pass directory name
Description of the new feature or improvement
Use cases:
- Sometimes data should be prepared once for all the files in the directory, so better to do it in
GetContentFieldsWthan inGetContentDataW - Some ContentColumns may have meaning only in particular directory, so it would be nice to determinate it at once, and not to call
GetContentDataWfor every file.
Proposed technical implementation details (optional)
No response
@shmuz @zg0