Page 1 of 1

[0.16.51] incorrect error when calling remove_path

Posted: Tue Feb 12, 2019 11:47 am
by L0laapk3
When you call

Code: Select all

game.remove_path()
on a folder whose parent folder does not exist, you will get the following error:

Code: Select all

Warning LuaGameScript.cpp:1545: luaremove_path error: Scripts can only use file space inside of script-output
An example when this happens: when you try to delete

Code: Select all

.../a/b
, but folder

Code: Select all

.../a
does not exist.

Re: [0.16.51] incorrect error when calling remove_path

Posted: Tue Feb 12, 2019 11:57 am
by posila
Thanks for the report.


Fixed for 0.17