Posted by 42Gears Team

What is an API API (Application Programming Interface) is an intermediate service that makes the interaction between two applications possible  It’s a messenger that...

Following is a C# code snippet to delete a path (file or directory) First we have to determine whether the path is a file or a folder and then call appropriate Delete methods In...