Hey AppleScript gurus,
I did intensive researching in the web for the last days but I'm really stuck with that one.
Is there any chance to get the "Server" field in the file info pane in Finder?
I tried several AppleScript commands, "file info" for example. This one has the most promising output:
{name:"201601113_PA.pptx", creation date:date "Mittwoch, 13. Januar 2016 um 07:05:05", modification date:date "Mittwoch, 3. Februar 2016 um 09:35:54", size:204378, folder:false, alias:false, package folder:false, visible:true, extension hidden:false, name extension:"pptx", displayed name:"201601113_PA.pptx", default application:alias "Macintosh HD:Applications:Microsoft PowerPoint.app:", kind:"PowerPoint-Präsentation (.pptx)", file type:"", file creator:"", type identifier:"org.openxmlformats.presentationml.presentation", locked:false, busy status:false, short version:"", long version:""}
But unfortunately no "Server" info.
Any hints?