Re: More on Delphi Examples (General questions)
Bret,
you should always use full path, even for RemotePath, so setting '.' is not good.
You should use something like
/home/joe/somefile
In order to retrieve home path, you can use RealPath method. RealPath( . ) or RealPath( ~ ) methods have special meaning on UNIX and will probably give you path you need. Then just append filename - and that's it.
Hope it helps.
Complete thread:
- More on Delphi Examples - Bret, 2005-09-12, 16:42
- Re: More on Delphi Examples - Bret, 2005-09-12, 16:44
- Re: More on Delphi Examples - wodSupport, 2005-09-12, 16:47
- Re: More on Delphi Examples - Bret, 2005-09-12, 16:44