TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.6
A wrapper for the POSIX rmdir() function. The rmdir() function deletes a directory from the filesystem.
rmdir()
See your C library manual for more details about how rmdir() works on your system.
a pathname in the GLib file name encoding (UTF-8 on Windows)
0 if the directory was successfully removed, -1 if an error occurred
2.6
A wrapper for the POSIX
rmdir()function. Thermdir()function deletes a directory from the filesystem.See your C library manual for more details about how
rmdir()works on your system.