'Declaration
Public Shared Sub SetCacheFolder( _ ByVal CacheFolder As String _ )
public static void SetCacheFolder( string CacheFolder )
public procedure SetCacheFolder( CacheFolder: String ); static;
public static function SetCacheFolder( CacheFolder : String );
public: static void SetCacheFolder( string* CacheFolder )
public: static void SetCacheFolder( String^ CacheFolder )
Parameters
- CacheFolder
- The new path of the required cache folder.