Search found 3444 matches
- Wed Aug 19, 2026 4:03 am
- Forum: Support
- Topic: UE Download folder deleted on UE activation
- Replies: 11
- Views: 1503
Re: UE Download folder deleted on UE activation
https://learn.microsoft.com/en-us/windows/win32/fileio/determining-whether-a-directory-is-a-volume-mount-point "To determine if a specified directory is a mounted folder, first call the GetFileAttributes function and inspect the FILE_ATTRIBUTE_REPARSE_POINT flag in the return value to see if t...
- Tue Aug 04, 2026 1:37 am
- Forum: Support
- Topic: UE Download folder deleted on UE activation
- Replies: 11
- Views: 1503
Re: UE Download folder deleted on UE activation
So it looks like a normal path only mapped to a different path?
Can you refer me to what it is exactly?
Even if something later in kernel32.dll and not present in earlier systems it is still easy to maintain backward compatibility.
I just wonder if it is possible to detect from the program.
Can you refer me to what it is exactly?
Even if something later in kernel32.dll and not present in earlier systems it is still easy to maintain backward compatibility.
I just wonder if it is possible to detect from the program.
- Sat Aug 01, 2026 9:48 am
- Forum: Support
- Topic: UE Download folder deleted on UE activation
- Replies: 11
- Views: 1503
Re: UE Download folder deleted on UE activation
If you are talking about paths starting with \\ and you want to try it with the checkbox checked I can compile a version and send you a link. I just added &&strncmp(*folder,"\\\\",2) before &&::RemoveDirectory(*folder) so it won't proceed there But if it is a different meth...
- Sat Aug 01, 2026 12:25 am
- Forum: Support
- Topic: UE Download folder deleted on UE activation
- Replies: 11
- Views: 1503
Re: UE Download folder deleted on UE activation
>although it was always hit and miss When you saved to that folder previously and the files are still listed in the unpack pane and the files are not in that folder any more on program restart only then it will call RemoveDirectory on that folder which will fail if it is not empty (but apparently th...
- Fri Jul 31, 2026 9:40 pm
- Forum: Support
- Topic: UE Download folder deleted on UE activation
- Replies: 11
- Views: 1503
Re: UE Download folder deleted on UE activation
The program only calls ::RemoveDirectory, it doesn't know anything about mounted folders, the rest is how the system handles that https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-removedirectorya The description mentions something about links. What can be done when the option i...
- Fri Jul 31, 2026 11:15 am
- Forum: Support
- Topic: UE Download folder deleted on UE activation
- Replies: 11
- Views: 1503
Re: UE Download folder deleted on UE activation
Hi Steve,
Is it something related to Edit menu->Properties->Unpack "Delete empty save folders" or it is something else?
I see it is checked by default.
Is it something related to Edit menu->Properties->Unpack "Delete empty save folders" or it is something else?
I see it is checked by default.
- Tue Jul 07, 2026 2:22 am
- Forum: Support
- Topic: Search times out with communication errors
- Replies: 3
- Views: 1040
Re: Search times out with communication errors
When using the latest version you can check "Check for updates" and uncheck "Check for minor updates", so the letter updates will be totally skipped. Those check for updates options are relatively recent addition, but they already work as expected. As to the release notes regardi...
- Sun Jul 05, 2026 10:16 pm
- Forum: Support
- Topic: Bug in import nzb
- Replies: 3
- Views: 984
Re: Bug in import nzb
In the upcoming v7.8.3d it will display proper warnings, as of now it presumes it always opened the nzb file, but in this case of course it doesn't happen, since the file name supplied by the system is different from the actual file name so it is useless.
- Sun Jul 05, 2026 10:11 pm
- Forum: Support
- Topic: Search times out with communication errors
- Replies: 3
- Views: 1040
Re: Search times out with communication errors
It is an up-to-date version for registered users, many latest version changes which are not entirely new features make it to the up-to-date versions even if they are not mere bug fixes, because it also indirectly helps to keep the latest version more reliable. https://www.usenetexplorer.com/download...
- Sun Jul 05, 2026 9:45 pm
- Forum: Support
- Topic: v7.8.3c is available... but
- Replies: 1
- Views: 576
Re: v7.8.3c is available... but
Try to clear the browser cache, those letter updates have the same file name. Google chrome maybe works correctly, at least I didn't notice a persistent problem.
- Sun Jul 05, 2026 7:54 pm
- Forum: Support
- Topic: Bug in import nzb
- Replies: 3
- Views: 984
Re: Bug in import nzb
is it possible to avoid nzb names with unicode characters? usenet itself doesn't support unicode. since if not to compile with unicode enabled it replaces unicode characters with ? (ascii 63 question sign), so when you click the file it basically gets the wrong name, cannot open the file which cause...
- Sun Jul 05, 2026 3:36 am
- Forum: Support
- Topic: Bug in import nzb
- Replies: 3
- Views: 984
Re: Bug in import nzb
it is an unicode nzb filename then, i'll check what is possible.
- Mon May 11, 2026 9:02 am
- Forum: Support
- Topic: A problem with the current update
- Replies: 3
- Views: 4678
Re: A problem with the current update
I've revised the update code further, so it hopefully always directs to the most relevant download depending on the update settings.
The latest version can be left as it is since the changes matter only in the case of its future updates.
The latest version can be left as it is since the changes matter only in the case of its future updates.
- Sat May 09, 2026 2:07 am
- Forum: Support
- Topic: A problem with the current update
- Replies: 3
- Views: 4678
Re: A problem with the current update
I've just fixed it. It has something to do with the up-to-date releases. v5.9x (orders back to 2005, the arrangement since around two years ago) downloaded the .zip file, so I only uploaded v7.7c zip files, but the v7.7 code redirected to the executable file extractor. Now I compiled and uploaded bo...
- Wed Mar 11, 2026 10:31 am
- Forum: Support
- Topic: 7.6.7d keeps downloading
- Replies: 3
- Views: 4758
Re: 7.6.7d keeps downloading
The minor version was accidentally left from the previous version at the check for updates webpage, it will now alert correctly.