if (!File.Exists(fullPath))
            {
                File.Create(fullPath);
            }
以上代码为创建文件  ,怎么设置这个文件为只读.求代码