﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2794	FileDelete ability to remove the file stream	anonymous		"Simple API can delete :somedata stream
{{{DllCall('kernel32.dll', 'bool', 'DeleteFileW', 'wstr', 'test.txt:somedata')}}}

but FileDelete can`t
{{{FileDelete('test.txt:somedata')}}}

Test code:
{{{
FileClose(FileOpen('test.txt:somedata', 1))
FileDelete('test.txt:somedata') ;FALSE
DllCall('kernel32.dll', 'bool', 'DeleteFileW', 'wstr', 'test.txt:somedata') ;OK
}}}

Is it bug? or possible to improve the FileDelete?"	Feature Request	closed		AutoIt		None	Rejected		
