Interface IFileInfo
Assembly: P42.Utils.dll
Syntax
public interface IFileInfo : IFileSystemInfo
Properties
|
Improve this Doc
View Source
Directory
Declaration
IDirectoryInfo Directory { get; }
Property Value
|
Improve this Doc
View Source
DirectoryName
Declaration
string DirectoryName { get; }
Property Value
|
Improve this Doc
View Source
IsReadOnly
Declaration
bool IsReadOnly { get; set; }
Property Value
|
Improve this Doc
View Source
Length
Declaration
Property Value
Methods
|
Improve this Doc
View Source
CopyTo(String, Boolean)
Declaration
IFileInfo CopyTo(string destFileName, bool overwrite = false)
Parameters
Returns
|
Improve this Doc
View Source
MoveTo(String)
Declaration
void MoveTo(string destFileName)
Parameters
Type |
Name |
Description |
String |
destFileName |
|
Extension Methods