GNOME Bugzilla – Bug 137945
Creating a folder with win32 FileChooser gives bad error
Last modified: 2011-02-04 16:16:07 UTC
Using the FileChooser to create a directory under win32 produces an error dialog (even though the directory is created). The error reads as follows: Could not create folder file:///C:/xyzzy: error creating directory 'C:\xyzzy': Arg list too long
2004-03-24 J. Ali Harlow <ali@juiblex.co.uk> * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_create_folder): Invert test for error in mkdir. Fixes #137945