Changeset 292 for Include/Classes/System/IO/Path.ab
- Timestamp:
- Aug 16, 2007, 12:07:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.