Author Topic: Method to check if File Name is Valid  (Read 19073 times)

0 Members and 1 Guest are viewing this topic.

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: Method to check if File Name is Valid
« Reply #15 on: May 28, 2015, 12:39:31 PM »
Yeah , I did it like this and test it with debug and stepped into the loops and that it worked as expected  .

Code - C#: [Select]
  1. return valid = false;
  2.  

Thanks