Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Correct behaviour on dropping a directory #6

@Albert221

Description

@Albert221

Currently when we drop directory onto Code, it creates empty file just with the name of the directory.

Behaviour that we want is to create new file for each file in that directory with name like <directory name>/<file name>.

Example:

Dir structure:

  • foo/
    • test.txt
    • bar/
      • foobar.txt

File's paths in Code: foo/test.txt, foo/bar/foobar.txt

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions