Companion

object Companion : RecordCompanion<Dir, <Error class: unknown class>>

Functions

Link copied to clipboard
fun makeTmp(tmpl: String? = null): <Error class: unknown class><String>

Creates a subdirectory in the preferred directory for temporary files (as returned by g_get_tmp_dir()).

Link copied to clipboard
fun open(path: String, flags: <Error class: unknown class>): <Error class: unknown class><Dir>

Opens a directory for reading. The names of the files in the directory can then be retrieved using g_dir_read_name(). Note that the ordering is not defined.

Link copied to clipboard
open override fun wrapRecordPointer(pointer: <Error class: unknown class><out <Error class: unknown class>>): Dir

Wrap a CPointer pointing to a record of this type into its wrapper class.