roberthawdon/dfshow

Creating file and directory adds trailing slash to path

roberthawdon opened this issue · 1 comments

Expected Behavior

File or Directory to be created and path to remain the same

Current Behavior

File or Directory is created, but a trailing slash is added to the path. This adds an extra step when navigating directories as the .. object will remove the trailing slash first.

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Enter a directory
  2. Use Touch File or Make Dir to create an object
  3. Observe pwd line add a trailing slash.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • DF-SHOW Version: 0.8.2-beta
  • Operating System: MacOS
  • System Architecture: x86_64
  • Output of uname -a: Darwin ***********.local 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64

Failure Logs

Please include any relevant log snippets or files here.

Fixed in the 0.9.0 branch