Deleting a file with extsion *.FIFO in Windows

vino.B bheeman.vino at hotmail.com
Fri Jun 1 05:06:18 UTC 2018


On Thursday, 24 May 2018 at 11:31:15 UTC, bauss wrote:
> On Thursday, 24 May 2018 at 06:59:47 UTC, Vino wrote:
>> Hi All,
>>
>>   Request your help on how to delete a file which has the 
>> extension .fifo (.javast.fifo) in Windows.
>>
>> From,
>> Vino.B
>
> What exactly is your issue with it?

Hi Bauss,

  We have a java program which creates a file with extension .fifo 
and we have another program written in D to clean up the old 
file, so the D code is not able to delete these files using any 
of the D function provided it states "Access Denied" we tried to 
provide the full access manually even then it is not able to 
delete such files.

From,
Vino.B


More information about the Digitalmars-d-learn mailing list