New Excel plugin available for 64-bit TC
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Maybe you could include the ini in renamed form, and when your plugin loads, call MoveFile, which will fail if the ini already exists. You can use GetModuleFileName to find the location of the plugin.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
Plugin knows it directory, there is option available to user - use TC's recommended dir, use plugins dir, or custom directory (set by uses). Yes, it's good idea to use renamed ini.ghisler(Author) wrote:Maybe you could include the ini in renamed form, and when your plugin loads, call MoveFile, which will fail if the ini already exists. You can use GetModuleFileName to find the location of the plugin.