Similar to this post Delete Files on EPIC /Unsecured via PAC Control
I am getting the -408 when attempting to delete files from PAC Control in the root of the unsecured files on firmware 3.4.4-b.128.
Logic:
SetCommunicationHandleValue(sScratch1, chDelete);
OpenOutgoingCommunication(chDelete);
nDeleteLogStatus = SendCommunicationHandleCommand(chDelete, "delete");
CloseCommunication(chDelete);
chDelete is set to file:a,~/unsecured/0000-00-03.csv
Shell listing:
I’m using the same logic to delete files from a USB drive, and that is working fine. Not sure what I am doing wrong on the unsecured area.