How to set a file attribute that filename consist of UNICODE character?
for example:

C:\我的文件.txt

I've tried SetAttr and SetFileAttributesA(API) are having error.

Anyone got an idea for unicode filename?