소스 검색

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();