What does an empty DelAFiles do?
|
05-18-2016, 06:00 AM
Post: #1
|
|||
|
|||
What does an empty DelAFiles do?
Since AFiles("") lists all AFiles - what does an empty DelAFiles do?
The Help only references a single filespec, I could try it myself - but am not in a position where I want to risk finding out right now. I would find it useful if a list of files could be given as a parameter. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
05-18-2016, 10:36 AM
Post: #2
|
|||
|
|||
RE: What does an empty DelAFiles do?
(05-18-2016 06:00 AM)StephenG1CMZ Wrote: Since AFiles("") lists all AFiles - what does an empty DelAFiles do? I tried these VC command line entries: DelAFiles(); // ==> "DelAFiles() Error: Bad Argument Value" DelAFiles(""); // ==> "Error: Invalid input" DelAFiles({}); // ==> {} (The empty list here suggests lists may be okay) DelAFiles({""}); // ==> "Error: Invalid input" (Not tried on the Android app). -Dale- |
|||
05-18-2016, 02:19 PM
Post: #3
|
|||
|
|||
RE: What does an empty DelAFiles do?
I beleive in the android app list processing was not enabled for DelAFiles yet. When/if it gets synced up with everything else you can do DelAFiles(AFiles()) to delete user files in the app.
TW Although I work for HP, the views and opinions I post here are my own. |
|||
05-19-2016, 05:40 AM
Post: #4
|
|||
|
|||
RE: What does an empty DelAFiles do?
Hello,
Empty DelAFiles will return an error. DelAFiles is list processing enabled, so you can give it a list, and it will delete all files in the list. Cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)