Changeset 130
- Timestamp:
- Mar 4, 2007, 7:14:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/IO/FileSystemInfo.ab
r105 r130 165 165 End Sub 166 166 167 Sub Refresh()167 Virtual Sub Refresh() 168 168 Dim data As WIN32_FIND_DATA 169 169 Dim hFind As HANDLE 170 170 hFind = FindFirstFile(FullPath, data) 171 CloseHandle(hFind)171 FindClose(hFind) 172 172 173 173 m_FileAttributes = data.dwFileAttributes
Note:
See TracChangeset
for help on using the changeset viewer.