What format do the app-open-doc functions expect from their "String" parameters?

NSApplicationDelegate.application(_:open:) gets the files it needs to read from the file URLs given. There are similar older functions that use a String to identify the file. What format are those strings expecting? A path name? An URL?

What format do the app-open-doc functions expect from their "String" parameters?
 
 
Q