SetCurrentDirectory

#include "BIThumbnail.h"

 

void SetCurrentDirectory(const std::string& strPath)

void SetCurrentDirectory(std::string& strPath)

void SetCurrentDirectory(LPCTSTR strPath)

Description

Set path of current directory.

Parameters

string&
LPCTSTR

strPath

Path of current directory (for example “C:\\windows\\”)

Additional Information

This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.

Requirements

Header :     Declared in BiThumbnail.h; include BiThumbnail.h

Library :    Use BiThumbnail.lib

DLLs :       BiThumbnail.dll