RE: Best way to determine file size from VFP9SP2 app using Excel automation

2016-10-20 Thread mbsoftwaresolutions
On 2016-10-20 12:32, Michael Glassman wrote: Why not just use adir()? = adir(a, "automation.xlsx") ? a[1, 2] Mike Yep...just posted that exactly and then saw this post! Thanks! ___ Post Messages to: ProFox@leafe.com Subscription

Re: Best way to determine file size from VFP9SP2 app using Excel automation

2016-10-20 Thread mbsoftwaresolutions
On 2016-10-20 12:25, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: My VFP9SP2 app creates an Excel file via automation. I want to echo back to the originating form the filename and filesize created. I checked out the FSIZE command but wondered if there was a better way to determine the

RE: Best way to determine file size from VFP9SP2 app using Excel automation

2016-10-20 Thread Michael Glassman
Why not just use adir()? = adir(a, "automation.xlsx") ? a[1, 2] Mike -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Thursday, October 20, 2016 10:26 AM To: profoxt...@leafe.com Subject: