Method | Description | |
---|---|---|
GetFileExtensionFromContentType ( string contentType ) : string | ||
GetFileSavePath ( string directoryPath, string fileName, bool overwrite = false ) : string |
Gets a file path that's safe to write to file system
|
public static GetFileExtensionFromContentType ( string contentType ) : string | ||
contentType | string | |
return | string |
public static GetFileSavePath ( string directoryPath, string fileName, bool overwrite = false ) : string | ||
directoryPath | string | |
fileName | string | |
overwrite | bool | |
return | string |