ivan.cuevas Posted November 7, 2016 Share Posted November 7, 2016 Hi, Some functions can't be found in documentation, here are some of them: is_file is_dir is_hidden absname relname currdir basename (listed in C++ String class but not in UngineScript) dirname (listed in C++ String class but not in UngineScript) pathname (listed in C++ String class but not in UngineScript) ... Some are listed in Unigine 1.0 documentation, but for some reason not in most recent versions. Thanks in advance. Link to comment
qubblr Posted November 9, 2016 Share Posted November 9, 2016 Hi Ivan, Thank you for finding this bug, the methods have been lost in documentation when all APIs were unified. All these methods (https://developer.unigine.com/en/docs/1.0/scripting/core/file) are still available, so feel free to use them. We will restore them in documentation in the next release, and write all the details in the release notes. Link to comment
Recommended Posts