是否有人知道使用FileSystemWatcher查看文件系统HFS +(Apple)的目录的问题?以下代码适用于本地Windows目录,但从不为网络HFS +目录触发。
var fileWatcher = new FileSystemWatcher
{
Path = Configs.DirWatchedFiles,
Filter = "*.*",
NotifyFilter = NotifyFilters.LastWrite
};
fileWatcher.Changed += FileChanged;
fileWatcher.EnableRaisingEvents = true;
答案 0 :(得分:1)
每http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher.aspx
支持的唯一平台是Windows 7,Windows Vista SP1或更高版本,Windows XP SP3,Windows XP SP2 x64 Edition,Windows Server 2008(不支持服务器核心),Windows Server 2008 R2(SP1或更高版本支持的服务器核心) ,Windows Server 2003 SP2