Re: Gtk path insert



Ð ÐÑÑ, 12/04/2005 Ð 20:47 +0530, srinivas ÐÐÑÐÑ:
hi;

   i am doing a scanning application gui with gtk. now i would like to
have idea abt how to get the path of a file. itz like when i select a
file the path has to be added to the list from there the file will be
scanned. how to add file or directory path to list.

How about to use something like:
struct directory {
        char *path;
        list *files;
};





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]