Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [Script]Best Fit

From: mauro:fontana:speedautomazione:it at: 21-Jun-2004 9:33

If anyone had a look at my previous script, he will notice that it has problems with files/directories bigger than 2GB. That's because the size sum overflows. I solved the problem by dividing the size by 1000 (so working on KB instead of single bytes). I could have used decimal as well, I suppose. Now I'll try to add an "ignore" extension so that you can not consider some files/dirs in the root directory. Do the arguments of a script passed only with the /args refinement of the do command? Thanks