Changeset 407 for trunk/Include/Classes/System/IO/Path.ab
- Timestamp:
- Feb 17, 2008, 12:51:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/IO/Path.ab
r404 r407 247 247 For i = 0 To ELM(InvalidPathChars.Length) 248 248 If path.Contains(InvalidPathChars.Substring(i, 1)) Then 249 Throw 249 Throw New ArgumentException("Path.CheckPath: The path contains invalidChars.") 250 250 End If 251 251 Next
Note:
See TracChangeset
for help on using the changeset viewer.