LucaMs Expert Licensed User Longtime User Apr 2, 2014 #1 There is a question in the Italian forum: can you use wildcards to delete some files? I have not found an answer then I have posted a sample code. If you confirm me that you can not use wildcard characters, I could create one or more snippets. P.S. better yet, who knows RegEx could do this, I do not, I'd use StartsWith and other functions
There is a question in the Italian forum: can you use wildcards to delete some files? I have not found an answer then I have posted a sample code. If you confirm me that you can not use wildcard characters, I could create one or more snippets. P.S. better yet, who knows RegEx could do this, I do not, I'd use StartsWith and other functions
eps Expert Licensed User Longtime User Apr 2, 2014 #2 I don't think you can. You have to loop round a list of them.. See : http://stackoverflow.com/questions/7240519/delete-files-with-same-prefix-string-using-java Upvote 0
I don't think you can. You have to loop round a list of them.. See : http://stackoverflow.com/questions/7240519/delete-files-with-same-prefix-string-using-java
LucaMs Expert Licensed User Longtime User Apr 2, 2014 #3 Many thanks. I'm writing a class, hoping that it may be useful Upvote 0