Skip to content

Relative directory paths are not recognized #5

@anestv

Description

@anestv
~/gopath/src/github.com/goggle/flatten$ ls -CF
dest/        flatten/  LICENSE  osabstraction/  test/
filesystem/  flattn*   main.go  README.md

~/gopath/src/github.com/goggle/flatten$ ./flattn test/ dest/ -s
Could not simulate the process. The following error occured:
test is not a directory

~/gopath/src/github.com/goggle/flatten$ ./flattn /home/anestis/gopath/src/github.com/goggle/flatten/test/ /home/anestis/gopath/src/github.com/goggle/flatten/dest/ -s
/home/anestis/gopath/src/github.com/goggle/flatten/dest
├── 11
├── 22
└── 33

These two commands are the same and should have the same result, but when relative syntax is used, the program doesn't recognize the directories.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions