I want to delete folder from storage which may or may not contain files. Is there any way?
I haven’t found any options in File component.
Please help!
Thanks in advance.
first delete all the files in that folder, then delete the folder
see also https://groups.google.com/d/msg/mitappinventortest/Vw76t6XECiE/D7bre_epQowJ
Taifun
There are hundreds of file in the folder with different names. Its not easy way.
Please any other methods will help me.
Then you should to use any extension.
Which extension is suitable? I didn’t find any of them.
Maybe you can use Shell component and execute a command to remove a directory.
Next thing you know, they’re going around running this gem:
su
rm -rf /*
P.S. A “.” before the “/” would turn it into a useful command, albeit risky. All it takes is one small mistake.
get a list of all the files, the file extension can help you with this
https://puravidaapps.com/file.php
then use a for each in list loop to delete them one by one
Taifun
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.