VFP Visual FoxPro and Images, graphics, GdiPlus, GdiPlusX, FoxCharts, FoxPaint, charting, tips and tricks, code samples, VFPX, FoxyPreviewer etc...
FUNCTION FileInDisk LPARAMETERS zcFileName IF TYPE("zcFileName") <> "C" RETURN .F. ENDIF LOCAL ARRAY laJunk[1] RETURN (ADIR(laJunk, zcFileName, "ARS") > 0)
No comments:
Post a Comment