ModAPI: Can not delete file in world storage
Outdated
The only way to delete a file in world storage is to create a dummy file with the same name in world storage.
The if condition below needs to be changed from "FileExistsInLocalStorage" to "FileExistsInWorldStorage".
void IMyUtilities.DeleteFileInWorldStorage(string file, Type callingType)
{
if (((IMyUtilities)this).FileExistsInLocalStorage(file, callingType)) { ... }
{
Files:
Capture.PNG
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Replies have been locked on this page!