메소드 | 설명 | |
---|---|---|
RemoveFile ( string fileUrl, string fileName ) : bool |
This method is used to remove the file from the path of file URI.
|
|
UploadTextFile ( string fileUrl, string fileName ) : bool |
This method is used to upload a file to the specified URI.
|
public RemoveFile ( string fileUrl, string fileName ) : bool | ||
fileUrl | string | Specify the URL in where the file will be removed. |
fileName | string | Specify the name for the file that will be removed. |
리턴 | bool |
public UploadTextFile ( string fileUrl, string fileName ) : bool | ||
fileUrl | string | Specify the URL where the file will be uploaded to. |
fileName | string | Specify the name for the file to upload. |
리턴 | bool |