Hello modders...
there is a file named ezx.mystuff.cfg which is created when a user selects the sorting order in a folder. The entries in the file are made for every folder [even for sub-folders]. By default, every item in the folder is set to be sorted as per time.
Address of this file can be accessed via USBNET option:
\ezx_user\download\appwrite\setup
Ex. of the coding after sorting them as name:
/mmc/mmca1/Backup = name
/mmc/mmca1/Backup/Finger%20Pads = name
NOTE:
%20 represents a space
My need is to view them by their name.
Plz tell me that is there any possible way to make the folders to be automatically be viewed as per name? Coz im tired of arranging every folder again n again!
As per my findings...
We can modify the ezx.mystuff.cfg file in such a way that all the folders even those which are still not created can be automatically be sorted by name.
may b like this [its just my guess]:
/mmc/mmca1/* = name
Last edited by van_helsing_80; 09-02-2009 at 12:52 PM.