Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/imageeditor/src/internal/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/imageeditor/src/internal/get.filename.js

export default function getFilename(path)
{
	return path.split('\\').pop().split('/').pop();
}