Changeset 292


Ignore:
Timestamp:
Aug 16, 2007, 12:07:41 AM (17 years ago)
Author:
dai
Message:

タイプミスを修正

Location:
Include/Classes/System/IO
Files:
2 edited

Legend:

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

    r271 r292  
    4242                'Exception
    4343                Debug
    44                 Return 0
    4544        End Select
    4645    End Function
  • Include/Classes/System/IO/Path.ab

    r285 r292  
    7878
    7979    Static Function GetTempPath() As String
    80         Dim size = GetTempPath(0, 0)
    81         Dim tempPath = _System_malloc(size)
     80        Dim size = __GetTempPath(0, 0)
     81        Dim tempPath = _System_malloc(size) As PTSTR
    8282        __GetTempPath(size, tempPath)
    8383        GetTempPath = New String(tempPath)
Note: See TracChangeset for help on using the changeset viewer.