Ignore:
Timestamp:
Feb 17, 2008, 12:51:20 PM (16 years ago)
Author:
OverTaker
Message:

System/IO/Directory.ab実装。例外処理を徐々に実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/IO/Path.ab

    r404 r407  
    247247        For i = 0 To ELM(InvalidPathChars.Length)
    248248            If path.Contains(InvalidPathChars.Substring(i, 1)) Then
    249                 Throw
     249                Throw New ArgumentException("Path.CheckPath: The path contains invalidChars.")
    250250            End If
    251251        Next
Note: See TracChangeset for help on using the changeset viewer.