FileAccessErrorView Changelog

What's new in FileAccessErrorView 1.32

Jul 17, 2023
  • Added 'Black Background' option (Under the View menu). When it's turned on, the main table is displayed in black background and white text, instead of default system colors.
  • Added 'Full Screen' mode (View -> Full Screen or F11 key).

New in FileAccessErrorView 1.31 (Oct 7, 2022)

  • Added 'Always On Top' option.

New in FileAccessErrorView 1.30 (Mar 16, 2022)

  • Added 'Quick Filter' feature (View -> Use Quick Filter or Ctrl+Q). When it's turned on, you can type a string in the text-box added under the toolbar and FileAccessErrorView will instantly filter the file access error table, showing only lines that contain the string you typed.
  • Added option to change the sorting column from the menu (View -> Sort By). Like the column header click sorting, if you click again the same sorting menu item, it'll switch between ascending and descending order. Also, if you hold down the shift key while choosing the sort menu item, you'll get a secondary sorting.

New in FileAccessErrorView 1.26 (May 28, 2021)

  • Added 'Open Folder In Explorer' option.

New in FileAccessErrorView 1.25 (Mar 29, 2021)

  • Fixed some high DPI mode issues.

New in FileAccessErrorView 1.24 (Feb 1, 2021)

  • Added 'Start As Hidden' option. When this option and 'Put Icon On Tray' option are turned on, the main window of FileAccessErrorView will be invisible on start.

New in FileAccessErrorView 1.23 (Oct 8, 2020)

  • The tooltip of the tray icon now shows the number of errors displayed on the main window.

New in FileAccessErrorView 1.22 (Oct 8, 2020)

  • Added 'File Properties' option, which displays the file-properties window for the selected file (Only if the file exists)

New in FileAccessErrorView 1.21 (Oct 8, 2020)

  • Added 'Align Numeric Columns To Right' option (It's turned on by default).

New in FileAccessErrorView 1.20 (Oct 8, 2020)

  • Added 'Response Time' column, which shows the number of milliseconds between the moment that the open/read/write call was made and when the error code was returned. If the 'Response Time' value is high (e.g: 10000 milliseconds) it means that the specified call might caused the software to hang.