class LboxFileSystem


  Exist



  
// *********************************************************
// ファイルの存在をチェック
// 戻り値 : 存在する true, 存在しない false
// *********************************************************
BOOL LboxFileSystem::Exist( LboxString *LString )
{
	return LboxFileSystem::Exist( LString->szLboxString );
}
BOOL LboxFileSystem::Exist( LPCTSTR lpFile )
{
	return PathFileExists(
		lpFile
	);
}
  










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





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

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ