blah blah blah is here! blah blah » Close

0
votes
1 answers

subtracting arrays

AK01
15

Hi there! Here is the snippet: [code]// Get a list of invalid path characters. char[] invalidPathChars = Path.GetInvalidPathChars(); // Get a list of invalid file characters. char[] invalidFileChars = Path.GetInvalidFileNameChars() ...

Feedback