|
@@ -15,5 +15,9 @@ return {
|
|
|
description = 'Whether the path was removed.'
|
|
|
}
|
|
|
},
|
|
|
- notes = 'A directory can only be removed if it is empty.'
|
|
|
+ notes = [[
|
|
|
+ A directory can only be removed if it is empty.
|
|
|
+
|
|
|
+ To recursively remove a folder, use this function with `lovr.filesystem.getDirectoryItems`.
|
|
|
+ ]]
|
|
|
}
|