I'm having trouble writing the code to recursively move the contents of
a directory to another directory.
I'm trying to get a list of the contents so I can move them, but this
line always returns null, despite it being a directory with files and
sub-directories:
nautilus_directory_get_file_list (dir)
Does anybody know why this returns null, instead of a valid GList? Or,
is there an easier way to move the contents of a directory?