Irek Romaniuk
Irek Romaniuk
Same here, not receiving all replies, playing with 1k hosts
See below. Not sure why I have to use specific directories. Isn't your code suppose to work on any give directory ? ``` var result = findRemoveSync('c:\Temp', {test: true}); console.log(result);...
oh sorry, I just noticed it works fine on windows..what was not working is age.seconds argument, doesn't remove files ``` var result = findRemoveSync('c:\Temp', {age: {seconds: 3600}, extensions: '.jpg'}); console.log(result);...
See below ``` D:\ftproot\nodejs>more repstat2.js var findRemoveSync = require('find-remove'); var result = findRemoveSync('D:\ftproot\mds_backup2', {test: true}); console.log(result); var result = findRemoveSync('D:\ftproot\mds_backup2', {age: {seconds: 172800},extensions: '.txt'}); D:\ftproot\nodejs>node repstat2.js [] D:\ftproot\nodejs>dir d:\ftproot\mds_backup2\*.txt Volume...
Here it is: D:\ftproot\nodejs>more repstat2.js var findRemoveSync = require('find-remove'); var result = findRemoveSync('D:\ftproot\mds_backup2', {test: true, age: {seconds : 172800},extensions: '.txt'}); console.log(result); D:\ftproot\nodejs>node repstat2.js [] D:\ftproot\nodejs>dir d:\ftproot\mds_backup2*.txt Volume in drive D...
Appreciate so which one is good, i.e. 7.1.10 on Panorama ?
sure I will upgrade Panorama to the most recent 7.1.xx, thnx
But while manual commit works just fine ?
Same error in version 2.0.0-alpha.21