Greetings!
I start writing application for several operating systems. The big problem for me, is file-system navigation, and I/O operations.
Can anybody explaing, how to use pathes in linux OS?
e.g. I doing DeleteFile('D:\File.txt') or TStrings.LoadFromFile('D:File.txt') in windows.
Other:
In linux where install my application?
How I can get path where application binary are located? e.g. ExtractFilePath(ParamStr(0))
Where the temporary folder?