diskFill

PURPOSE ^

Fill a harddisk with garbage files (useful before discarding disk).

SYNOPSIS ^

function diskFill( tDir, nGig )

DESCRIPTION ^

 Fill a harddisk with garbage files (useful before discarding disk).

 USAGE
  diskFill( tDir, nGig )

 INPUTS
  tDir    - target directory to fill with garbage
  nGig    - maximum number of gigabytes to write to disk

 OUTPUTS

 EXAMPLE
  diskFill( 'k:', 500 )

 See also

 Piotr's Image&Video Toolbox      Version 2.61
 Copyright 2012 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Simplified BSD License [see external/bsd.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003