Tag: CSharp/ファイル
Path.GetFileName(path);
Path.GetDirectoryName(path);
if (File.Exists(path)) { } if (Directory.Exists(path)) { }