ExistingStorageCheck() public static method

public static ExistingStorageCheck ( string key, string filelocation ) : bool
key string
filelocation string
return bool
Exemplo n.º 1
0
 static public bool Exists(string key, string filelocation)
 {
     return(Storage.ExistingStorageCheck(key, filelocation));
 }