求助 运行DPARSF中出错。。

各位老师,运行DPARSF中出错 这是什么原因啊 求助。。

报错如下:
Printing Graphics Windows to
F:\Analysis\FunImg\spm_2012Jul31.ps
Saving Parameters..
Moving Normalized Files:Sub_000 OKMoving Normalized Files:Sub_001 OK
??? Error using ==> rmdir
另一个程序正在使用此文件,进程无法访问。

Error in ==> DPARSF_run at 856
        rmdir('FunImg','s')

Error in ==> DPARSF>pushbuttonRun_Callback at 976
    [Error]=DPARSF_run(handles.Cfg);

Error in ==> gui_mainfcn at 75
        feval(varargin{:});

Error in ==> DPARSF at 43
    gui_mainfcn(gui_State, varargin{:});

??? Error while evaluating uicontrol Callback.
 

另一个程序正在使用此文件,进程无法访问。

可能当时你用别的程序访问FunImg这个文件夹,你可以再试一次。或看看是否有读写权限。