0
votes
votes
1 answers
subtracting arrays
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() ...
