Thread overview
Deleting a file with extsion *.FIFO in Windows
May 24, 2018
Vino
May 24, 2018
bauss
Jun 01, 2018
vino.B
Jun 01, 2018
Dlang User
May 24, 2018
Hi All,

  Request your help on how to delete a file which has the extension .fifo (.javast.fifo) in Windows.

From,
Vino.B
May 24, 2018
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?
June 01, 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
June 01, 2018
On 6/1/2018 12:06 AM, vino.B wrote:
> 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

Are the files by chance marked as read only (when you right click on a .fifo file and select properties)?