Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CopyFileFromIPResourceFiles( _ ByVal file As FileInfo, _ ByVal alwaysCopyNew As Boolean, _ ByVal copyNewIfExists As Boolean _ ) As DirectoryInfo |
Visual Basic (Usage) | ![]() |
---|---|
Dim file As FileInfo Dim alwaysCopyNew As Boolean Dim copyNewIfExists As Boolean Dim value As DirectoryInfo value = Common.CopyFileFromIPResourceFiles(file, alwaysCopyNew, copyNewIfExists) |
C# | |
---|---|
public static DirectoryInfo CopyFileFromIPResourceFiles( FileInfo file, bool alwaysCopyNew, bool copyNewIfExists ) |
C++/CLI | |
---|---|
public: static DirectoryInfo^ CopyFileFromIPResourceFiles( FileInfo^ file, bool alwaysCopyNew, bool copyNewIfExists ) |
Parameters
- file
- alwaysCopyNew
- copyNewIfExists
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2