Creates or overwrites a file in the specified path.
            
 
Namespace: CMS.FileSystemStorageAssembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntaxpublic override FileStream Create(
	string path
)
Parameters
- path
 - Type: SystemString
Path to file 
Return Value
Type: 
FileStream
See Also