Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The rm command does'nt works properly at all #23

Open
franck-gaspoz opened this issue Feb 19, 2021 · 0 comments
Open

The rm command does'nt works properly at all #23

franck-gaspoz opened this issue Feb 19, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@franck-gaspoz
Copy link
Member

The rm command does'nt works properly at all
stupid erros coz try to delete several times the same items + few less rights in windows terminal/any debugger (manifest should elevate privileges but seems to not be supported in .net core)

To Reproduce

> mkdir folderName
> rm folderName -r -v

💥 🔎 the folder is not erased

if not empty:

removed drw--- Feb 19 14:33 C:/Users/franc/Documents/ORBITAL-SHELL/myrep/folder
One or more errors occurred. (Could not find a part of the path 'C:\Users\franc\Documents\ORBITAL-SHELL\myrep\folder\hello world.txt'.)

💥 🔎 files and sub-folders deleted, but folder is not erased

Expected behavior
no error, anything deleted

context

the complemented is implemented in:

https://github.com/OrbitalShell/Orbital-Shell/blob/master/OrbitalShell-Kernel-Commands/Commands/FileSystem/FileSystemCommands.cs

@franck-gaspoz franck-gaspoz added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Feb 19, 2021
@franck-gaspoz franck-gaspoz added this to the milestone 1 milestone Feb 19, 2021
@franck-gaspoz franck-gaspoz added this to To do in Orbital shell via automation Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant