test
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.IO;
|
||||
|
||||
namespace Unity.PlasticSCM.Editor.AssetUtils
|
||||
{
|
||||
internal static class ProjectPath
|
||||
{
|
||||
internal static string FromApplicationDataPath(string dataPath)
|
||||
{
|
||||
return Path.GetDirectoryName(Path.GetFullPath(dataPath));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user