www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Deleting a file with extsion *.FIFO in Windows

reply Vino <vino.bheeman hotmail.com> writes:
Hi All,

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

From,
Vino.B
May 23 2018
parent reply bauss <jj_1337 live.dk> writes:
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?
May 24 2018
parent reply vino.B <bheeman.vino hotmail.com> writes:
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
May 31 2018
parent Dlang User <dlang.user gmx.com> writes:
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)?
Jun 01 2018