Ticket #611 (closed defect: fixed)
File | Open does not support UNC path
| Reported by: | Floyd-ATC | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.47 |
| Keywords: | open UNC file name | Cc: |
Description
When trying to open a file on a remote computer using a UNC path, the open silently fails. Here's how to reproduce the problem:
- Select "File" | "Open" (or click the toolbar "Open" button)
- Type
servername and hit enter - Browse to the desired file and click "Open".
Expected result:
The selected file should open in the editor
Actual result:
Open fails silently, no error notification.
The console shows an (incorrect) error message:
"No such file or directory when trying to open 'atlas/floyd/perl_opengl_examples/step011.pl' at C:/strawberry/perl/site/lib/Padre/Wx/Main.pm line 2662."
The file does indeed exist and opens normally in Notepad.
Change History
Note: See
TracTickets for help on using
tickets.
