C# Class ScreenToGif.FileWriters.Extras

Extra methods for dealing with Files, Folders and Directories.
Mostrar archivo Open project: dbremner/ScreenToGif

Public Methods

Method Description
CreateTemp ( string tempFolder ) : void

Creates the temp folder that holds all frames.

Method Details

CreateTemp() public static method

Creates the temp folder that holds all frames.
public static CreateTemp ( string tempFolder ) : void
tempFolder string
return void