C# 클래스 System.IO.Tests.Directory_CreateDirectory

상속: System.IO.Tests.FileSystemTest
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Create ( string path ) : DirectoryInfo

비공개 메소드들

메소드 설명
AllowedSymbols ( ) : void
CDriveCase ( ) : void
CreateCurrentDirectory ( ) : void
DirectoryEqualToMaxDirectory_CanBeCreated ( ) : void
DirectoryEqualToMaxDirectory_CanBeCreatedAllAtOnce ( ) : void
DirectoryLongerThanMaxDirectoryAsPath_Succeeds ( ) : void
DirectoryLongerThanMaxLongPathWithExtendedSyntax_ThrowsPathTooLongException ( ) : void
DirectoryLongerThanMaxLongPath_ThrowsPathTooLongException ( ) : void
DirectoryLongerThanMaxPath_Succeeds ( ) : void
DirectoryWithComponentLongerThanMaxComponentAsPath_ThrowsPathTooLongException ( ) : void
DotDotIsParentDirectory ( ) : void
DotIsCurrentDirectory ( ) : void
DriveLetter_Unix ( ) : void
DriveLetter_Windows ( ) : void
EmptyAsPath_ThrowsArgumentException ( ) : void
ExtendedDirectoryLongerThanLegacyMaxPath_Succeeds ( ) : void
NonExistentDriveAsPath_ThrowsDirectoryNotFoundException ( ) : void
NotReadyDriveAsPath_ThrowsDirectoryNotFoundException ( ) : void
NullAsPath_ThrowsArgumentNullException ( ) : void
PathAlreadyExistsAsDirectory ( FileAttributes attributes ) : void
PathAlreadyExistsAsFile ( ) : void
PathWithAlternateDataStreams_ThrowsNotSupportedException ( ) : void
PathWithInvalidCharactersAsPath_ThrowsArgumentException ( ) : void
PathWithInvalidColons_ThrowsNotSupportedException ( ) : void
PathWithReservedDeviceNameAsExtendedPath ( ) : void
PathWithReservedDeviceNameAsPath_ThrowsDirectoryNotFoundException ( ) : void
RootPath ( ) : void
SubdirectoryOnNonExistentDriveAsPath_ThrowsDirectoryNotFoundException ( ) : void
SubdirectoryOnNotReadyDriveAsPath_ThrowsIOException ( ) : void
UNCPathWithOnlySlashes ( ) : void
UncPathWithoutShareNameAsPath_ThrowsArgumentException ( ) : void
UnixNonSignificantTrailingWhiteSpace ( ) : void
UnixPathLongerThan256_Allowed ( ) : void
UnixPathWithDeeplyNestedDirectories ( ) : void
UnixWhiteSpaceAsPath_Allowed ( ) : void
ValidExtendedPathWithTrailingSlash ( ) : void
ValidPathWithMultipleSubdirectories ( ) : void
ValidPathWithTrailingSlash ( ) : void
ValidPathWithoutTrailingSlash ( ) : void
WindowsExtendedSyntaxWhiteSpace ( ) : void
WindowsTrailingWhiteSpace ( ) : void
WindowsWhiteSpaceAsPath_ThrowsArgumentException ( ) : void

메소드 상세

Create() 공개 메소드

public Create ( string path ) : DirectoryInfo
path string
리턴 DirectoryInfo