glib-2.0 Reference Manual

Synopsis

public class DirUtils {
    public    static int                create                    ( string              pathname,
                                                                    int                 mode ) ;
    public    static int                create_with_parents       ( string              pathname,
                                                                    int                 mode ) ;
    public    static weak string        mkdtemp                   ( string              template ) ;
}

DirUtils Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

create ()
    public    static int                create                    ( string              pathname,
                                                                    int                 mode ) ;		

create_with_parents ()
    public    static int                create_with_parents       ( string              pathname,
                                                                    int                 mode ) ;		

mkdtemp ()
    public    static weak string        mkdtemp                   ( string              template ) ;		


Created by Valadoc