Skip to content
Snippets Groups Projects
Commit 8fdce9a5 authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge pull request #80 from adam-m/master

fscontent getuniquepath fix
parents b0d8ef50 6ca75235
No related branches found
No related tags found
No related merge requests found
...@@ -428,6 +428,7 @@ public String getUniquePath() throws TskCoreException { ...@@ -428,6 +428,7 @@ public String getUniquePath() throws TskCoreException {
} }
sb.append(getParentPath()); sb.append(getParentPath());
sb.append(getName());
unique_path = sb.toString(); unique_path = sb.toString();
return unique_path; return unique_path;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment