How to make my scene automaticly sceenshot and save to folder?

After scene with the results is loaded i want it to get screenshoted automaticly and saved to a folder(it should create one if it doesnt exist). My question is how can i do it??

Have a look at: Unity - Scripting API: Application.CaptureScreenshot

thank you :))