如何在Windows中为文件夹设置自定义属性

如何在Windows中为文件夹设置自定义属性

问题描述:



我想使用c#和WPF为Windows开发一个桌面应用程序。

我将所有文件和文件夹从API下载到本地文件夹用户的PC。我想在将文件和文件夹下载到本地文件夹之前为文件和文件夹设置自定义ID,这样我就可以使用该自定义ID来更新数据[类似于DropBox桌面应用程序]



任何身体请提供任何解决方案..

Hi,
I want to develop a desktop application for windows using c# and WPF.
I download all the files and folders from a API to a local folder of user's PC.I want to set custom ID to the files and folders before downloading them to that local folder,so that I can use that custom id for updating the data[similar to DropBox desktop application]

Any Body please provide any solution..