spm_unlink.m 526 B

1234567891011121314
  1. function varargout = spm_unlink(varargin)
  2. % routine for silently deleting files on disk - a compiled routine
  3. % FORMAT spm_unlink file1 file2 file3 file4...
  4. % OR spm_unlink('file1','file2','file3','file4',...)
  5. %
  6. %_______________________________________________________________________
  7. % Copyright (C) 2008 Wellcome Trust Centre for Neuroimaging
  8. % John Ashburner
  9. % $Id: spm_unlink.m 1143 2008-02-07 19:33:33Z spm $
  10. %-This is merely the help file for the compiled routine
  11. error('spm_unlink.c not compiled - see Makefile')