09-20-2016, 07:29 AM
Thank you for useful hints. Let me, please, extend my question regarding "GetFilesInFolder - exclude" by kindly ask you :
(a) That you explain the example you have given in topic Backup vs2010 project folder, simplified as
I understand that it refers to lines ending with ".txt", but - although I have tested it and it is perfect - I cannot understand where is the "exclude" signaling.
(b) To help me in composing an exclusion statement, for filenames starting with "abcd".
Many thanks in advance. Best regards.
(a) That you explain the example you have given in topic Backup vs2010 project folder, simplified as
Quote:"(?i)(?<!\.txt)$'or as applied by me
Quote:GetFilesInFolder a "C:\tmp\tmp1" "(?i)(?<!\.txt)$" 4|0x10000
I understand that it refers to lines ending with ".txt", but - although I have tested it and it is perfect - I cannot understand where is the "exclude" signaling.
(b) To help me in composing an exclusion statement, for filenames starting with "abcd".
Many thanks in advance. Best regards.
