GetFilePath-func
Get the path from the full path.
string GetFilePath( string strFile$ )$
strFile
Return the full file path
strFile$="%Yorigin.ini"; path$ = GetFilePath(strFile$)$