文字列クラス


  BuildPath



  
// *********************************************************
// pszBuffer に lpDir と lpFile から作成したパスをセット
// 戻り値 : 無し
// *********************************************************
void LboxString::BuildPath( LPTSTR pszBuffer, LPTSTR lpDir, LPTSTR lpFile )
{
	PathCombine( pszBuffer, lpDir, lpFile );
}
// *********************************************************
// szLboxString に lpDir と lpFile から作成したパスをセット
// 戻り値 : 無し
// *********************************************************
void LboxString::BuildPath( LPTSTR lpDir, LPTSTR lpFile )
{
	LboxString::operator = (lpDir);
	LboxString::operator += ( "\\" );
	LboxString::operator += ( lpFile );
	PathCombine( LboxString::szLboxString, lpDir, lpFile );
}
  










  infoboard   管理者用   
このエントリーをはてなブックマークに追加





フリーフォントWEBサービス
SQLの窓WEBサービス

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ