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

Удаление файла (F8) с subst-диска в RecycleBin не работает #88

Open
vx1920 opened this issue Feb 22, 2019 · 1 comment

Comments

@vx1920
Copy link

vx1920 commented Feb 22, 2019

OS: Win7-64, Win10-64
Far64, build 5353, но похоже так было всегда.
Файл/каталог удаляется (F8) с subst-диска, но в RecycleBin ничего не появляется.
Все работает праввильно при доступе к оригинальному диску.

Как воспроизвести:
md c:\test
subst s: c:\test

FAR:
F9\Options\SystemSettings: проверить, что удаление в RecycleBin включено
Скопировать чего-либо в c:\test или в s:
Перейти в FAR на c:\test (не на s:)
F8: Файл удален
Windows: проверить RecycleBin, восстановить удаленное.
FAR: перейти на s: (не на c:\test)
F8: Файл удален
Windows: проверить RecycleBin: ОНО ТАМ НЕ ПОЯВИЛОСЬ !!!

Как пофиксать:
source\far\delete.cpp\ShellDelete::RemoveToRecycleBin() {
ConvertNameToFull(Name) заменить на ConvertNameToReal(Name);
}

@vx1920
Copy link
Author

vx1920 commented Mar 22, 2022

Pull request #516 Fix F8 delete on subst drive, issue # 88
created to fix this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant