瀏覽代碼

Added TODO to File class

- added TODO for "_normalizePath" extension
Patrick 4 年之前
父節點
當前提交
819d3c6167
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/io/File.cpp

+ 1 - 0
source/io/File.cpp

@@ -357,6 +357,7 @@ int ls_std::File::_mkdir(const std::string& _path) {
   return result;
 }
 
+// TODO: also consider "/////" formatted paths, which would have to be converted to "/"
 std::string ls_std::File::_normalizePath(std::string _path)
 {
   const char unixSeparator = ls_std::FilePathSeparator::getUnixFilePathSeparator();