jp-slackspace / x-tension-c-sharp

An updated C# port of X-Ways X-Tensions API.
GNU General Public License v3.0
12 stars 1 forks source link

GetFullPath Issue #2

Closed jp-slackspace closed 6 years ago

jp-slackspace commented 6 years ago

Per xtaylord:

"in the GetFullPath method in HelperMethods, I don't think you need the initial line:

sb.Insert(0, GetItemName);

as this seems to cause the item name to be duplicated within the path"

jp-slackspace commented 6 years ago

See the fix in the latest commit. Will wait till I receive feedback or test it myself (when I get a dongle) before closing it.

jp-slackspace commented 6 years ago

Tested; outputting the proper full path now.