From 63e27a4057cbb104166a1e5e52326c541a5497fe Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:23:30 -0400 Subject: [PATCH] Update renamefile_settings.py --- plugins/RenameFile/renamefile_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RenameFile/renamefile_settings.py b/plugins/RenameFile/renamefile_settings.py index 189c116..92eb3db 100644 --- a/plugins/RenameFile/renamefile_settings.py +++ b/plugins/RenameFile/renamefile_settings.py @@ -52,7 +52,7 @@ config = { # In Windows, a file can't be renamed if the file is opened by another process. # In other words, if a file is being played by Stash or any other video player, the RenameFile plugin # will get an access denied error when trying to rename the file. - # As a workaround, the 'handleExe' field can be populated with a full path to handle.exe or handle64.exe. + # As a workaround, the 'handleExe' field can be populated with the full path to handle.exe or handle64.exe. # This executable can be downloaded from the following link: # https://learn.microsoft.com/en-us/sysinternals/downloads/handle # RenameFile can use the Handle.exe program to close all opened file handles by all processes before renaming the file.