System.IO.MultiplexingWin32WinRTFileSystem.Select C# (CSharp) Méthode

Select() private méthode

private Select ( string sourceFullPath, string destFullPath ) : FileSystem
sourceFullPath string
destFullPath string
Résultat FileSystem
        private FileSystem Select(string sourceFullPath, string destFullPath)
        {
            return (ShouldUseWinRT(sourceFullPath, isCreate: false) || ShouldUseWinRT(destFullPath, isCreate: true)) ? _winRTFileSystem : _win32FileSystem;
        }

Same methods

MultiplexingWin32WinRTFileSystem::Select ( string fullPath, bool isCreate = false ) : FileSystem
MultiplexingWin32WinRTFileSystem::Select ( string sourceFullPath, string destFullPath, string destFullBackupPath ) : FileSystem