Re: Deleting recursively ....



On Thu, 2010-06-10 at 20:12 +0200, Glus Xof wrote:
> Hi guys,
> 
> Gio::File::remove() seems not working to delete recursively (when
> Gio::File is a folder path...)
> 
> How should I do to delete directories recursively ?

get the directory's children and recursively delete the children and
then delete the directory itself.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]