Upload Folder On Microsoft Sharepoint

How do I upload a folder to sharepoint with code, I have the code to upload files but not folder.

Hey @Ademola_Isola

You are just looking for a single folder with some files inside it ?

Thanks
#nK

No, I have a folder that contains files and a subfolder. I have a written a code to move the folder and files but its a long code as it involves me looping into each folder and subfolders.
I want a code to just move the folder that contains the files and subfolders at once.