IFileSystem.GetFullPath method
namespace: Serenity assembly: Serenity.Net.Core
Returns the absolute path for the specified path string.
public string GetFullPath(string path)
| parameter | description |
|---|---|
| path | File path |
Return Value
Absolute path
See Also
- interface IFileSystem