Clicky Skip to Content

Purebasic Decompiler -

Procedure ReadConfig(filePath.s) hFile = CreateFile_(filePath, GENERIC_READ, FILE_SHARE_READ, 0, OPEN_EXISTING, 0, 0) If hFile = -1 ProcedureReturn #False EndIf size = GetFileSize_(hFile, 0) data.s = Space(size) ReadFile_(hFile, @data, size, bytesRead, 0) CloseHandle_(hFile) ; parse data into structure fields ; ... ProcedureReturn #True EndProcedure

Living on the CheapSouth Florida on the Cheap is a member of Living on the Cheap, a network of websites published by frugalistas, journalists and consumer advocates. Find practical advice on saving money on groceries, travel and shopping, plus tips from our experts on how to live the good life for less at Living on the Cheap.

Living on the Cheap in the Media