Parts of file path
From kwiki
Terms like "file name", "tile title", can't be misunderstood. In the contents of a "notepad.exe" file (which is an "object" here), is how it looks like:

Nothing surprising probably, note however that "notepad" is not a file name in the above example. For DNM Script this is the title, and the "notepad.exe" is the file name here.
Also don't confuse path with a directory of....The path is a fully qualifier to the object, "a directory of" is a parent directory of the object. So in the following example: "C:\Windows\":
path: C:\Windows\notepad.exe
(parent) directory: C:\Windows
object's title: notepad
object's extension: exe
