(39) 's Extra Blueprint Nodes for You as a Plugin, No C++ Required!

“Get Desktop Path node”

What do you mean by ? sounds windows specific? If you had the Username of the owner of the windows machine getting desktop path is easy, I could see about a Get Computer User Name node, but I will need to make sure the solution is cross platform.

:heart:

​​​​​​​

Oh good point! I am indeed returning true even if no files were found.

My intention was that the boolean would indicate if there was a file IO error, as in the disk could not be read or the file path was wrong.

There’s still room to improve the code though because currently I am not validating the path specified.

I’ve made an improvement and change will be in the next version of Victory BP Library :slight_smile:

For now you can just do array -> length > 0 boolean check to know if there’s anything for your logic to do :slight_smile:

:heart: