Windows clipboard
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Temporary files |extensions={{ext|clp}} }} The '''Windows clipboard''' holds data being temporarily copied/cut and pasted within pr...") |
Dan Tobias (Talk | contribs) m |
||
Line 12: | Line 12: | ||
* [http://search.cpan.org/~jdb/Win32-Clipboard-0.58/Clipboard.pm Win32::Clipboard Perl module] | * [http://search.cpan.org/~jdb/Win32-Clipboard-0.58/Clipboard.pm Win32::Clipboard Perl module] | ||
− | [[Category: | + | [[Category:Microsoft]] |
[[Category:Graphics]] | [[Category:Graphics]] |
Revision as of 18:31, 31 May 2015
The Windows clipboard holds data being temporarily copied/cut and pasted within programs running under the Microsoft Windows operating system. There are various sub-formats of it to handle different sorts of text, graphical, and other data. While this is usually just held in memory, sometimes it may be saved in files with a .clp extension.