IProjectItem.PhysicalPath Property
.NET Framework 3.0
Gets the path for a project item.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The PhysicalPath property returns the physical path for a given project item if the design host supports this feature and if it makes sense to retrieve a physical path for the item. If the item is a non-disk item, such as a Web site or an FTP site, the PhysicalPath property should return a null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: