# WinIcons **Repository Path**: yuantaoyao/win-icons ## Basic Information - **Project Name**: WinIcons - **Description**: 获取windows系统中文件或文件夹图标 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-06 - **Last Updated**: 2025-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WIN-ICONS A C++ program that returns win base64 image data for a path's icon. ## Usage ``` OUT Type WinIcons.exe -o C:\Users\TATO\Documents PIPO Type WinIcons.exe -x stdin -->> {"path":"C:\\Windows", "type":"", ...} stdout <<-- {"base64str":"iVBORw0...", "path":"C:\\Windows","type":"", ...} ```