reference:evaluator:pathtype

PathType(
     path:path
)
string

Arguments

path

Path to query the type of.

Return value

Type of specified path.

Description

Returns the type of the specified path. Types are:

filesysNormal filesystem path (e.g. C:\)
shellNon-filesystem path like This PC
collFile collection
ftpFTP path
libLibrary
mtpPortable device (phone, tablet)
pluginPlugin filesystem (e.g. 7zip archive)
zipZip archive

Example:

Output(PathType("/thispc"));
--> shell