--- In [email protected], "qzzyyx" <blackh...@...> wrote:
>
> I'd like a button to open (ShellExecute) the most recently modified file in a
> folder (log files folder, current log file changes each month). Help would
> be appreciated.
So I wrote a plugin to return the name of the oldest/newest (by
create/access/write) file in a folder. It's working, but I don't know how to
get (for example) expr(myplugin.newold("v:\","*.txt","+W")) [newest txtfile in
V:\ by write time] into the **command** of a PowerPro button (or to get
PowerPro to execute it as if it were the **command**). Help. Thanks. - Vince