From: John Martens on
Maybe more elegant but not easier (i think)


Op 11-3-2010 12:51, Carlos Vazquez schreef:
> John Martens wrote:
>
>> Carlos,
>>
>> It is not high science but you can build a special filenm, and test if you can create the fil in the folder:
>>
>> prtFileHandle := FCreate(cFileNmTest,FC_NORMAL)
>> IF prtFileHandle = F_ERROR
>>
>> Then you will know at app startup if one hase write permission.
>
> John, I have thought about the same kind of solution, but perhaps there is a more elegant way that is easy to implement.
>
> --
> Carlos Vazquez
> cva(a)NOSPAMtelefonica.net
From: Carlos Vazquez on
John Martens wrote:

> Maybe more elegant but not easier (i think)

Yes. I think so. Perhaps I'll follow that path...

--
Carlos Vazquez
cva(a)NOSPAMtelefonica.net
From: Carlos Vazquez on
John,

I've done it the way you suggested. Works fine. Thx.
--
Carlos Vazquez
cva(a)NOSPAMtelefonica.net
First  |  Prev  | 
Pages: 1 2
Prev: SOAP in VO
Next: bBrowser Edit problem