15 references to GetFullPath
System.IO.IsolatedStorage (15)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (14)
82string fullPath = GetFullPath(file); 97return File.Exists(GetFullPath(path)); 106return Directory.Exists(GetFullPath(path)); 115string isPath = GetFullPath(dir); // Prepend IS root 152string fullPath = GetFullPath(dir); 243return new DateTimeOffset(File.GetCreationTime(GetFullPath(path))); 259return new DateTimeOffset(File.GetLastAccessTime(GetFullPath(path))); 275return new DateTimeOffset(File.GetLastWriteTime(GetFullPath(path))); 298string sourceFileNameFullPath = GetFullPath(sourceFileName); 299string destinationFileNameFullPath = GetFullPath(destinationFileName); 326string sourceFileNameFullPath = GetFullPath(sourceFileName); 327string destinationFileNameFullPath = GetFullPath(destinationFileName); 354string sourceDirectoryNameFullPath = GetFullPath(sourceDirectoryName); 355string destinationDirectoryNameFullPath = GetFullPath(destinationDirectoryName);
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
118FullPath = isf.GetFullPath(path),