I'm having troubles accessing files stored on a remote disk. I can't find the right syntax to pass to the File contructor.
\\server-name\path\to\the\file.
I get always an assert in the file path parser.
I've tried also using file://server-name/... but nothing.
I need some extra library or use directly Windows APIs?