Project

General

Profile

Feature #1112

Add support for UNC paths

Added by Luke Murphey over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11/17/2015
Due date:
% Done:

100%


History

#1 Updated by Luke Murphey over 8 years ago

Seems like a couple things might be going on:

#2 Updated by Luke Murphey over 8 years ago

The issue is that the input is not using raw strings. The following fails:

f = open("\\Server\Shared Folders\somefile.jpg")

The following work:

f = open(r"\\Server\Shared Folders\somefile.jpg")
f = open("\\\\Server\\Shared Folders\\somefile.jpg")

#5 Updated by Luke Murphey over 8 years ago

  • Target version changed from 1.1 to 1.0.1

Also available in: Atom PDF