mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	
						commit
						71b64e86ba
					
				|  | @ -62,7 +62,7 @@ namespace Utils | |||
| 						// ignore "." and ".."
 | ||||
| 						if((name != ".") && (name != "..")) | ||||
| 						{ | ||||
| 							std::string fullName(path + "/" + name); | ||||
| 							std::string fullName(getGenericPath(path + "/" + name)); | ||||
| 							contentList.push_back(fullName); | ||||
| 
 | ||||
| 							if(_recursive && isDirectory(fullName)) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Jools Wills
						Jools Wills