fullfile.m 350 B

1234567891011
  1. function p = fullfile(this)
  2. % Returns full path to the meeg mat file
  3. % FORMAT p = fullfile(this)
  4. % _______________________________________________________________________
  5. % Copyright (C) 2008-2011 Wellcome Trust Centre for Neuroimaging
  6. % Vladimir Litvak
  7. % $Id: fullfile.m 5025 2012-10-31 14:44:13Z vladimir $
  8. p = fullfile(path(this), fname(this));