Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 1719

Everything 1.5 Alpha • [SOLVED] size-match___file-size-match___folder-size-match

$
0
0
2void
size-match: | file-size-match: | folder-size-match:

regex:"^D:\\totalcmd\\Test\\Calculate\\(.*)$" sizematch:"D:\\totalcmd\\Test\\Calculate\\$1:"
regex:"^D:\\totalcmd\\Test\\Calculate\\(.*)$" file-size-match:"D:\\totalcmd\\Test\\Calculate\\$1:"

bring this result:
D:\totalcmd\Test\Calculate\1.csv
D:\totalcmd\Test\Calculate\2.csv
D:\totalcmd\Test\Calculate\5.csv

According to this image, in my opinion the file 5.csv should NOT be included in the result because the size of the file does not match.
 
2024-05-28_size-match___file-size-match.png
 
folder-size-match: also produces unexpected results for me:
regex:"^D:\\totalcmd\\Test\\(.*)$" folder-size-match:"D:\\totalcmd\\Test\\$1:"
In my opinion, the "Calculate" folder should not appear in the result.
 
2024-05-28_folder-size-match.png
 
Please check.
Thank you!

Statistics: Posted by tuska — Mon May 27, 2024 11:13 pm



Viewing all articles
Browse latest Browse all 1719

Trending Articles