digitalmars.D.learn - Deleting a file with extsion *.FIFO in Windows
- Vino (5/5) May 23 2018 Hi All,
- bauss (2/7) May 24 2018 What exactly is your issue with it?
- vino.B (10/19) May 31 2018 Hi Bauss,
- Dlang User (3/25) Jun 01 2018 Are the files by chance marked as read only (when you right click on a
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
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.BWhat exactly is your issue with it?
May 24 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 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.BHi All, Request your help on how to delete a file which has the extension .fifo (.javast.fifo) in Windows. From, Vino.BWhat exactly is your issue with it?
May 31 2018
On 6/1/2018 12:06 AM, vino.B wrote:On Thursday, 24 May 2018 at 11:31:15 UTC, bauss wrote:Are the files by chance marked as read only (when you right click on a .fifo file and select properties)?On Thursday, 24 May 2018 at 06:59:47 UTC, Vino wrote: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.BHi All, Request your help on how to delete a file which has the extension .fifo (.javast.fifo) in Windows. From, Vino.BWhat exactly is your issue with it?
Jun 01 2018