From: Valentine Oradiegwu on 21 Jul 2010 06:47 Hi Forum, I would like to get the absolute file path information selected by a user when he clicks the Open button on the toolbar of my gui and selects a file. How do I go about this? Cheers.
From: Maxx Chatsko on 21 Jul 2010 08:54 "Valentine Oradiegwu" <obioradiegwu(a)yahoo.com> > Hi Forum, > > I would like to get the absolute file path information selected by a user when he clicks the Open button on the toolbar of my gui and selects a file. How do I go about this? > > Cheers. If the directory changes... variable=cd You can then pass 'variable' or whatever you define it as to other functions. Maxx
|
Pages: 1 Prev: plotting histogram of color image Next: Removing scaling label from axis? |