Gets a folder path where this clip can store files and information.
Namespace:
ScreenMonkey.ClipsAssembly: ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)
Syntax
| C# |
|---|
public DirectoryInfo ClipTempFolder { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ClipTempFolder As DirectoryInfo |
| Visual C++ |
|---|
public: property DirectoryInfo^ ClipTempFolder { DirectoryInfo^ get (); } |
Remarks
This folder is specific to each clip. The folder is deleted when the software closes
unless you override CleanupTempFolder.