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

Fixed folder deletion issue happened due to wrong file type #19

Merged
merged 2 commits into from
Jan 22, 2021

Conversation

adhudiya
Copy link
Contributor

  • every time file or folder type was getting discovered while checking file exist method even though file type not empty from previous call.
  • After discovering file type it was not updating type in AbstractFileName#type and this one being used generally to check either object type is folder or file.

…th it's files and sub-folder due to wrong type being set
@adhudiya adhudiya changed the title Fiexed folder deletion issue, it was not allowing to delete folder with files and sub-folders Fixed folder deletion issue happened due to wrong file type Jan 22, 2021
…th it's files and sub-folder due to wrong type being set
@adhudiya adhudiya merged commit 134dd2c into master Jan 22, 2021
@adhudiya adhudiya deleted the fix-folder-delete-issue branch January 22, 2021 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants