ModAPI: Can not delete file in world storage

Gauge shared this bug 4 years ago
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)) { ... }

{

Replies (1)

photo
1

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

Leave a Comment
 
Attach a file