mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
More prints info
This commit is contained in:
@@ -577,9 +577,8 @@ namespace VRCX
|
||||
|
||||
public async Task<bool> SavePrintToFile(string url, string fileName)
|
||||
{
|
||||
var directory = Path.Combine(GetVRChatPhotosLocation(), "Prints");
|
||||
Directory.CreateDirectory(directory);
|
||||
var path = Path.Combine(directory, fileName);
|
||||
var path = Path.Combine(GetVRChatPhotosLocation(), fileName);
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(path));
|
||||
if (File.Exists(path))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user