Method FileModified
FileModified(String)
Returns the time the named file was last modified.
Declaration
public override long FileModified(String name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Int64 |
|
Overrides
FileModified(IO.FileInfo, String)
Returns the time the named file was last modified.
Declaration
public static long FileModified(IO.FileInfo directory, String name)
Parameters
Type |
Name |
Description |
System.IO.FileInfo |
directory |
|
System.String |
name |
|
Returns
Type |
Description |
System.Int64 |
|