Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プログラムで参照するにはどうすればよいC:\Users\Public\Public Recorded TVですか?
C:\Users\Public\Public Recorded TV
ありEnvironment.SpecialFolderますか?
Environment.SpecialFolder
確かに、これよりも直接的な(そしてローカリゼーションがサポートする)方法はありますか?
string PublicRecordedTV = Path.Combine(new DirectoryInfo( Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments) ).Parent.FullName, "Recorded TV");