Changeset 292
- Timestamp:
- Aug 16, 2007, 12:07:41 AM (17 years ago)
- Location:
- Include/Classes/System/IO
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/IO/FileSystemInfo.ab
r271 r292 42 42 'Exception 43 43 Debug 44 Return 045 44 End Select 46 45 End Function -
Include/Classes/System/IO/Path.ab
r285 r292 78 78 79 79 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 82 82 __GetTempPath(size, tempPath) 83 83 GetTempPath = New String(tempPath)
Note:
See TracChangeset
for help on using the changeset viewer.