uigetfile for Windows

Knuhut knut.beese at arcor.de
Wed Nov 5 08:03:52 CST 2008


Hi 

I needed uigetfile (usally known from Matlab) to open arbitrary files in my
application. AFAIK there is no function like that in Octave, so I made one
of my own. 

My function works by calling a separate binary exe via 'system' function,
which itself calls the Windows API function 'GetOpenFileName'. Sources and
the VC6 project are included in the attachment. 

I'm far away from being a sophisticated programmer and my function is not
fully compatible with Matlab. Anyway it works for me and someone of you
might find it useful.

Ragards
Knut

http://www.nabble.com/file/p20342287/getfilename.zip getfilename.zip 
-- 
View this message in context: http://www.nabble.com/uigetfile-for-Windows-tp20342287p20342287.html
Sent from the Octave - General mailing list archive at Nabble.com.



More information about the Help-octave mailing list