在 VFP it方法中指定默認路徑:_photopath=fullpath("") wsourcetype=7 wsource=_photopath+"*.JPG"在 ick 方法中程序如下:for icount =1 to stcount if lected(icount) _cpicfile = alltrim( st(icount)) exit endifendfor IF "[" $_cpicfile or "\" $_cpicfile mand4.enabled=.f. mand2.enabled=.f.retuelse mand4.enabled=.t. mand2.enabled=.t.ENDIFcExten=ALLTR(substr(_cpicfile,rat(".",_cpicfile)+1))_filepath=locfile(_cpicfile,cExten)cPathfile=ALLTR(substr(_filepath,1,rat("\",_filepath)))_photopath=cPathfile用以上方法得到的是當前路徑,但是總是有一個對話框出現,要重選一次,顯得畫蛇添足,多此一舉.如果不用此方法,取不到當前的路徑,而取得的是當前默認路徑.請教如何取得當前的相對路徑?謝謝!