Hi,
Is there a method how to save absolute path to FileHistory?
I use
self.filehistory = wxFileHistory()
self.History = wxFileConfig('MHistory.txt', style=wxCONFIG_USE_LOCAL_FILE )
but if I choose a file in a current directory, only a file name is saved,
not the whole path like
C:\Files\file.txt
But If choose a file from NOT a current directory,the whole path
like
C:\Files\file.txt
is saved.
Thanks for help
Ladislav
Hi,
Is there a method how to save absolute path to FileHistory?
I use self.filehistory = wxFileHistory()
self.History = wxFileConfig('MHistory.txt', style=wxCONFIG_USE_LOCAL_FILE )
but if I choose a file in a current directory, only a file name is saved, not the whole path like
C:\Files\file.txt
But If choose a file from NOT a current directory,the whole path
like
C:\Files\file.txt
is saved.
Thanks for help
Ladislav
For me it saves absolute path. What paths are you sending to Add...()?