Search found 8 matches
- Tue Aug 29, 2023 10:23 am
- Forum: General Discussion
- Topic: File Saerch
- Replies: 12
- Views: 32864
Re: File Saerch
Hi Oleg, I hope all is well. Thank you for the below. Is this possible with the file path length, not the file size? https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry Kind Regards, Dan Arlidge Look at the example below You should set file size to some ...
- Tue Aug 08, 2023 12:06 pm
- Forum: General Discussion
- Topic: File Saerch
- Replies: 12
- Views: 32864
Re: File Saerch
Hi Oleg,
I hope you are well.
Did you get a chance to look at the above regarding the skipping files longer than 255 characters?
Kind Regards,
Dan
I hope you are well.
Did you get a chance to look at the above regarding the skipping files longer than 255 characters?
Kind Regards,
Dan
- Tue Jun 06, 2023 4:17 pm
- Forum: General Discussion
- Topic: File Saerch
- Replies: 12
- Views: 32864
Re: File Saerch
Hi Oleg! I hope all is well. Thanks for your reply below. I resolved my issue by adding a \ to the destination folder on the Copy\Move File task; this still allows me to get rid of the \\ when creating the new file path and add the additional \ at the start of the network path! Here is my complete t...
- Tue Apr 18, 2023 5:44 pm
- Forum: General Discussion
- Topic: File Saerch
- Replies: 12
- Views: 32864
Re: File Saerch
Hi Oleg, Many thanks for the revised task! This is helpful! I did have a couple of issues, one I was able to fix myself; in the second STR Replace, it was looking for \\ and replacing it with \, but this would break the true path to the network location, so i just made it search for \\ and replace w...
- Tue Apr 18, 2023 3:13 pm
- Forum: General Discussion
- Topic: File Saerch
- Replies: 12
- Views: 32864
Re: File Saerch
Hi Oleg! I hope all is well, and thank you so much for the assistance with this! This task below works a treat! I can now search my folder for files older than 45 days, Excluding ONE folder. The next part now is to take the list of files this task has created and move those files (with their complet...
- Thu Apr 13, 2023 12:56 pm
- Forum: General Discussion
- Topic: Connect to Network Share with Credentials
- Replies: 4
- Views: 12329
Re: Connect to Network Share with Credentials
I, too, had issues with accessing a network share from within Robotask tasks; the workaround for me was to create a local account on the machine that the RoboTask service is running from with the same username and password (the network share is being shared from a non-domain joined system, so local ...
- Thu Apr 13, 2023 11:10 am
- Forum: Suggestions
- Topic: Exclude Folders in 'Exclude Masks'
- Replies: 2
- Views: 16114
Re: Exclude Folders in 'Exclude Masks'
I would also like to know if this is feature is possible, when I try to exclude a folder via the Exclude Mask in a Search for Files action i just cannot get it to work, when i add "C:\Test\IT\DontInclude\*.*" so it should not include this folder or any files in said subfolder. My task is r...
- Thu Apr 13, 2023 9:56 am
- Forum: General Discussion
- Topic: File Saerch
- Replies: 12
- Views: 32864
File Saerch
I'm trying to create a task that does the following: 1. Search a “Deliverables” folder for any files older than 45 days & move them to somewhere else, including the complete original folder path. 2. Search “new location” for any files that have been moved there over 30 days ago and delete them 3...