MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / checkProblemticPathJava

Function checkProblemticPathJava

launcher/FileSystem.cpp:907–911  ·  view source on GitHub ↗

Does the folder path contain any '!'? If yes, return true, otherwise false. (This is a problem for Java)

Source from the content-addressed store, hash-verified

905// Does the folder path contain any '!'? If yes, return true, otherwise false.
906// (This is a problem for Java)
907bool checkProblemticPathJava(QDir folder)
908{
909 QString pathfoldername = folder.absolutePath();
910 return pathfoldername.contains("!", Qt::CaseInsensitive);
911}
912
913QString getDesktopDir()
914{

Callers 3

ApplicationMethod · 0.85

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected