Ignore:
Timestamp:
Jul 26, 2007, 5:43:54 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

wtypes.abを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/IO/Path.ab

    r281 r285  
    7272
    7373        Dim tempFileName[ELM(MAX_PATH)] As TCHAR
    74         __GetTempFileName(tempPath, "ABT", 0, tempFileName)
    75         free(tempPath)
    76         Return tempFileName
     74        Dim len = __GetTempFileName(tempPath, "ABT", 0, tempFileName)
     75        _System_free(tempPath)
     76        Return New String(tempFileName, len As Long)
    7777    End Function
    7878
Note: See TracChangeset for help on using the changeset viewer.