mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #139] Getting machine name rather than drive name for internet path #137
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @n8craig on GitHub (Feb 16, 2021).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/139
Originally assigned to: @clechasseur on GitHub.
I expect to get an internet path that begins with the drive name like
file:///C:/Program%20Files/Path%...This is what the settings indicates I should be getting. What I get instead is something formatted as the following, which is missing a "/" and starts with the machine name rather than the drive name.
file://machine_name/Users/User/Documents/...Do I not have some setting correct? I looked in the wiki and other documentation. If there's something I missed it. Thanks in advance and sorry if I missed something obvious. This looks like a handy tool.
Running Win 10 pathcopycopy 19
@clechasseur commented on GitHub (Jul 25, 2021):
This is because you copied the path to a file that is in a valid network share. In such cases Path Copy Copy uses the file://machine_name/share/path/to/file format. If there is no valid share, it uses the file:///Drive:/path/to/file format.
(Sorry for the lag in the response 😄 )