Alquimiaware.NuGetUnity.Tests.FileSystemPackageProviderTests.SampleAssebly.CopyTo C# (CSharp) 메소드

CopyTo() 공개 정적인 메소드

public static CopyTo ( string destPath ) : void
destPath string
리턴 void
            public static void CopyTo(string destPath)
            {
                File.Copy(FullPath, destPath, true);
            }
FileSystemPackageProviderTests.SampleAssebly