GetFilePath

Contents

Description

Get the path from the full path.

Syntax

 string GetFilePath( string strFile$ )$

Parameters

strFile

full path file string.

Return

Return the full file path

Example

strFile$="%Yorigin.ini";
path$ = GetFilePath(strFile$)$