cancel
Showing results for 
Search instead for 
Did you mean: 

Delete subfolders in Projects folder

Marian1
Participant
0 Kudos

Hello,

It is great SAP Bussiness Application Studio is available. In reality the interface is very close to Microsoft Visual Studio Code so it is easy to start with it.

May I ask how to delete folder via Terminal ? Checking available commands I can't see command to delete folder. I would like to delete some folders in my project directory.

Thank you,

Marian

Accepted Solutions (1)

Accepted Solutions (1)

mariusobert
Developer Advocate
Developer Advocate

Hi Marian,

rm -rf yourFolder

Should do the job for you.

PS: The SAP Business Application Studio is based on a Debian distribution so you can use all standard Unix commands.

Marian1
Participant

Hi Marius,

Thank you for your help.

I have manage to delete the folder as you have advised.

Thanks and regards,

Marian

Answers (0)