import java.io.File;

public class JI9043576 {

	public static void main(String[] args) {
		String myPath = "\\\\?\\GLOBALROOT\\Device\\HarddiskVolumeShadowCopy62\\Folder1" ;
		File aFile = new File(myPath); 
		aFile.toPath(); //this throws an exception 

	}

}
