Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9727 by zmatsuo, Sun Feb 6 13:56:49 2022 UTC revision 9743 by zmatsuo, Sat Feb 12 15:38:15 2022 UTC
# Line 203  BOOL WINAPI StartTeraTerm(PTTSet ts) Line 203  BOOL WINAPI StartTeraTerm(PTTSet ts)
203    
204          // LogDir          // LogDir
205          ts->LogDirW = GetLogDirW(hInst);          ts->LogDirW = GetLogDirW(hInst);
         CreateDirectoryW(ts->LogDirW, NULL);  
206    
207          // HomeDir          // HomeDir
208          ts->HomeDirW = GetHomeDirW(hInst);          ts->HomeDirW = GetHomeDirW(hInst);
209          WideCharToACP_t(ts->HomeDirW, ts->HomeDir, _countof(ts->HomeDir));          WideCharToACP_t(ts->HomeDirW, ts->HomeDir, _countof(ts->HomeDir));
         CreateDirectoryW(ts->HomeDirW, NULL);  
210          SetCurrentDirectoryW(ts->HomeDirW);             // TODO 必要??          SetCurrentDirectoryW(ts->HomeDirW);             // TODO 必要??
211    
212          // TERATERM.INI のフルパス          // TERATERM.INI のフルパス

Legend:
Removed from v.9727  
changed lines
  Added in v.9743

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26