Skip to content

Commit

Permalink
Update src/modules/powerrename/lib/PowerRenameManager.cpp
Browse files Browse the repository at this point in the history
Address PR comment

Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
  • Loading branch information
stefansjfw and Jay-o-Way committed Aug 17, 2022
1 parent 946459e commit 0e3ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/powerrename/lib/PowerRenameManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ DWORD WINAPI CPowerRenameManager::s_regexWorkerThread(_In_ void* pv)
PWSTR path = nullptr;
spItem->GetPath(&path);
// Following characters cannot be used for file names.
// Ref https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions
// Ref https://docs.microsoft.com/windows/win32/fileio/naming-a-file#naming-conventions
if (newNameToUseWstr.contains('<') ||
newNameToUseWstr.contains('>') ||
newNameToUseWstr.contains(':') ||
Expand Down

0 comments on commit 0e3ef87

Please sign in to comment.