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