How to work with ToolStripItem
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a ToolStripMenu with some elements that they are Names of Files that is recently opened now I want to add a new File Name to it.but at first I should check EXISTENCE of this file name how can I do it Note : My File Names are string like "THE CRITIUE OF PURE REASON"
Hello Friends
-
I have a ToolStripMenu with some elements that they are Names of Files that is recently opened now I want to add a new File Name to it.but at first I should check EXISTENCE of this file name how can I do it Note : My File Names are string like "THE CRITIUE OF PURE REASON"
Hello Friends
How about System.IO.File.Exists(String path_to_file)?