mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
[PowerRename] Using File Attributes Update (#5250)
* Use only fff for milliseconds * Refactor * Handle double $ signs. Move isFileAttributes check to Helpers. Move File Attributes to perform before regex operation * Fix typo * Format date/time test * Disable problematic features. Add comments * Fix month/day names * Add tests * Add line between tests * Add local month/day names support * Make sure month/date names are capitalized * Fix formatting
This commit is contained in:
committed by
GitHub
parent
69cb20e1cd
commit
64106cba82
@@ -6,6 +6,7 @@
|
||||
HRESULT GetTrimmedFileName(_Out_ PWSTR result, UINT cchMax, _In_ PCWSTR source);
|
||||
HRESULT GetTransformedFileName(_Out_ PWSTR result, UINT cchMax, _In_ PCWSTR source, DWORD flags);
|
||||
HRESULT GetDatedFileName(_Out_ PWSTR result, UINT cchMax, _In_ PCWSTR source, SYSTEMTIME LocalTime);
|
||||
bool isFileAttributesUsed(_In_ PCWSTR source);
|
||||
bool DataObjectContainsRenamableItem(_In_ IUnknown* dataSource);
|
||||
HRESULT EnumerateDataObject(_In_ IUnknown* pdo, _In_ IPowerRenameManager* psrm);
|
||||
BOOL GetEnumeratedFileName(
|
||||
|
||||
Reference in New Issue
Block a user