Checks whether the path is a temporary path (under /tmp).
/tmp
The path to check.
true if the path starts with /tmp/, otherwise false.
true
/tmp/
false
1.7.2
isTempPath('/tmp/file.txt'); // trueisTempPath('/data/file.txt'); // false Copy
isTempPath('/tmp/file.txt'); // trueisTempPath('/data/file.txt'); // false
Checks whether the path is a temporary path (under
/tmp).